* macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New

tests.
This commit is contained in:
Jim Blandy
2002-06-11 20:27:50 +00:00
parent 475b086780
commit 6827a8f8fe
6 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#define IN_MACSCP2_H
#undef WHERE
#define WHERE before macscp2_1
#define BEFORE_MACSCP2_1
#undef UNTIL_MACSCP2_1
void
macscp2_1 ()
{
puts ("macscp2_1");
}
#include "macscp4.h"
#undef WHERE
#define WHERE before macscp2_2
#define BEFORE_MACSCP2_2
#undef UNTIL_MACSCP2_2
void
macscp2_2 ()
{
puts ("macscp2_2");
}
#undef IN_MACSCP2_H