home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume17
/
pps
/
pps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-02-06
|
400b
|
19 lines
/* $Header: pps.h,v 0.0 88/06/22 05:22:20 on Rel $ */
/*
* Interface from lex front-end to pps.c
*/
/*
* The postscript routines assume that *font is one of the following:
* I - variables and operators.
* C - comments
* S - strings
* K - keywords
*/
extern char *font;
#define begin(S) (sput(), (BEGIN (S)), font = "S") /* Yech! */
#ifdef ECHO
#undef ECHO
#endif
#define ECHO echo(yytext)