diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-26 12:05:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-26 12:05:55 +0000 |
commit | 459ce2d78f10751d659627cd792883ad111be384 (patch) | |
tree | 2ab1425d2b759f7b1633b2e03eaa0e8fe173c98a /gnu/egcs/include/symcat.h | |
parent | 30687114f5a4b54e5fdc010d5f2d5b9118f91def (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.h | 4 |
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) |