xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/macscp2.h (revision a5a4af3bd380a7b58b758d9b311cef9f7c34aeb4)
1 #define IN_MACSCP2_H
2 
3 #undef WHERE
4 #define WHERE before macscp2_1
5 #define BEFORE_MACSCP2_1
6 #undef UNTIL_MACSCP2_1
7 void
macscp2_1()8 macscp2_1 ()
9 {
10   puts ("macscp2_1");
11 }
12 
13 #include "macscp4.h"
14 
15 #undef WHERE
16 #define WHERE before macscp2_2
17 #define BEFORE_MACSCP2_2
18 #undef UNTIL_MACSCP2_2
19 void
macscp2_2()20 macscp2_2 ()
21 {
22   puts ("macscp2_2");
23 }
24 
25 #undef IN_MACSCP2_H
26