summaryrefslogtreecommitdiff
path: root/gnu/egcs/include/symcat.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-07-26 12:05:55 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-07-26 12:05:55 +0000
commit459ce2d78f10751d659627cd792883ad111be384 (patch)
tree2ab1425d2b759f7b1633b2e03eaa0e8fe173c98a /gnu/egcs/include/symcat.h
parent30687114f5a4b54e5fdc010d5f2d5b9118f91def (diff)
Synch includes with version provided with binutils 2.10
(don't integrate ATTRIBUTE_xxx macro changes yet)
Diffstat (limited to 'gnu/egcs/include/symcat.h')
-rw-r--r--gnu/egcs/include/symcat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/include/symcat.h b/gnu/egcs/include/symcat.h
index 01efada2618..3e27162b264 100644
--- a/gnu/egcs/include/symcat.h
+++ b/gnu/egcs/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)