3 #define SPLICE(a, b) INNER_SPLICE(a, b)
4 #define INNER_SPLICE(a, b) a ## b
5 #define STRINGIFY(a) INNER_STRINGIFY(a)
6 #define INNER_STRINGIFY(a) #a
8 /* A macro named UNTIL_<func> is #defined until just before the
9 definition of the function <func>.
11 A macro named BEFORE_<func> is not #defined until just before the
14 The macro WHERE is redefined before each function <func> to the
15 token list ``before <func>''.
17 The macscp IN_MACSCP2_H and IN_MACSCP3_H are defined while
18 processing those header files; macscp4.h uses them to choose
19 appropriate function names, output strings, and macro definitions. */
21 #define UNTIL_MACSCP1_1
22 #define UNTIL_MACSCP2_1
23 #define UNTIL_MACSCP4_1_FROM_MACSCP2
24 #define UNTIL_MACSCP4_2_FROM_MACSCP2
25 #define UNTIL_MACSCP2_2
26 #define UNTIL_MACSCP1_2
27 #define UNTIL_MACSCP3_1
28 #define UNTIL_MACSCP4_1_FROM_MACSCP3
29 #define UNTIL_MACSCP4_2_FROM_MACSCP3
30 #define UNTIL_MACSCP3_2
31 #define UNTIL_MACSCP1_3
33 #define WHERE before macscp1_1
34 #define BEFORE_MACSCP1_1
35 #undef UNTIL_MACSCP1_1
45 #define WHERE before macscp1_2
46 #define BEFORE_MACSCP1_2
47 #undef UNTIL_MACSCP1_2
57 #define WHERE before macscp1_3
58 #define BEFORE_MACSCP1_3
59 #undef UNTIL_MACSCP1_3
67 main (int argc
, char **argv
)
71 macscp4_1_from_macscp2 ();
72 macscp4_2_from_macscp2 ();
76 macscp4_1_from_macscp3 ();
77 macscp4_2_from_macscp3 ();