mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20121119 snapshot
This commit is contained in:
+3
-2
@@ -36,10 +36,11 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Fortify, at least, has trouble with this definition */
|
||||
#if defined (HAVE_STRINGIZE)
|
||||
# define __STRING(x) #x
|
||||
# define CPP_STRING(x) #x
|
||||
#else
|
||||
# define __STRING(x) "x"
|
||||
# define CPP_STRING(x) "x"
|
||||
#endif
|
||||
|
||||
#if !defined (__STDC__)
|
||||
|
||||
Reference in New Issue
Block a user