version 1.3, 2000/08/22 05:04:26 |
version 1.4, 2000/12/05 01:24:56 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/parse/cpp.c,v 1.2 2000/08/21 08:31:46 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/parse/cpp.c,v 1.3 2000/08/22 05:04:26 noro Exp $ |
*/ |
*/ |
#if defined(__MWERKS__) |
|
#define THINK_C |
|
#endif |
|
|
|
#include <stdio.h> |
#include <stdio.h> |
#include <ctype.h> |
#include <ctype.h> |
#include <setjmp.h> |
#include <setjmp.h> |
|
|
#include "unctrl.h" |
#include "unctrl.h" |
#endif |
#endif |
|
|
#if defined(THINK_C) |
|
#include <string.h> |
|
|
|
int define(char *,int,unsigned char *,int); |
|
void Bcopy(char *,char *,int); |
|
#endif |
|
|
|
|
|
#include "cpp.h" |
#include "cpp.h" |
|
|
char *init_accum(void) |
char *init_accum(void) |
Line 2518 void do_include(int expr_sharp) |
|
Line 2507 void do_include(int expr_sharp) |
|
fprintf(stderr,"illegal %cinclude filename delimiter\n",sharp?'#':'@'); |
fprintf(stderr,"illegal %cinclude filename delimiter\n",sharp?'#':'@'); |
} |
} |
} |
} |
|
|
#if defined(THINK_C) |
|
#if defined(DELIM) |
|
#undef DELIM |
|
#endif |
|
#define DELIM ':' |
|
#endif |
|
|
|
#if defined(SYSV) |
#if defined(SYSV) |
#else |
#else |