Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2000-02-22 19:18:13 +0300
committerIan Lance Taylor <iant@google.com>2000-02-22 19:18:13 +0300
commit929ce68fe67a171b2e3ff506450ca893ed6532b3 (patch)
tree98157c705d32271e82da97474abc610b613631ff /include/symcat.h
parenta3acbf46947e52ff596461a4cf6f539884c9dbbd (diff)
import libiberty from egcscygnus
Diffstat (limited to 'include/symcat.h')
-rw-r--r--include/symcat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/symcat.h b/include/symcat.h
index 01efada26..3e27162b2 100644
--- a/include/symcat.h
+++ b/include/symcat.h
@@ -1,6 +1,6 @@
/* Symbol concatenation utilities.
- Copyright (C) 1998, Free Software Foundation, Inc.
+ Copyright (C) 1998, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
#define CONCAT2(a,b) a/**/b
#define CONCAT3(a,b,c) a/**/b/**/c
#define CONCAT4(a,b,c,d) a/**/b/**/c/**/d
-#define STRINGX(s) "?"
+#define STRINGX(s) "s"
#endif
#define XCONCAT2(a,b) CONCAT2(a,b)