* gdb.base/help.exp: Replace most of docstrings for "info signals"
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / whatis-info.c
1 /* This needs to be kept in sync with whatis.c. If this proves to end up
2 being hairy, we could use a common header file. */
3 #if defined (__STDC__) || defined (_AIX)
4 set signed_keyword_not_used 0
5 #else
6 set signed_keyword_not_used 1
7 #endif
8
9 #if defined (__GNUC__)
10 set gcc_compiled __GNUC__
11 #else
12 set gcc_compiled 0
13 #endif
14
15 return 0
This page took 0.029696 seconds and 4 git commands to generate.