commit bash-20121119 snapshot

This commit is contained in:
Chet Ramey
2012-12-07 11:06:21 -05:00
parent f37a40a432
commit 0500de0b2d
17 changed files with 196 additions and 33 deletions
+3 -2
View File
@@ -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__)