aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/whatis-info.c
blob: 8744210d50f14654d7439a70f58fd5478aabe2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This needs to be kept in sync with whatis.c.  If this proves to end up
   being hairy, we could use a common header file.  */
#if defined (__STDC__) || defined (_AIX)
set signed_keyword_not_used 0
#else
set signed_keyword_not_used 1
#endif

#if defined (__GNUC__)
set gcc_compiled __GNUC__
#else
set gcc_compiled 0
#endif

return 0