diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-22 16:18:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-22 16:18:13 +0000 |
commit | 9e7fba8ade016a355d662ba84005773746a3c7c0 (patch) | |
tree | 66613bc864c3dd53c6ad2571513130fa98da08f2 /include/symcat.h | |
parent | f507d52b48cf10a4a5b82548478505edc89df964 (diff) | |
download | gdb-9e7fba8ade016a355d662ba84005773746a3c7c0.tar.gz |
import libiberty from egcs
Diffstat (limited to 'include/symcat.h')
-rw-r--r-- | include/symcat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/symcat.h b/include/symcat.h index 01efada2618..3e27162b264 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) |