home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume17 / pps / pps.h < prev    next >
C/C++ Source or Header  |  1989-02-06  |  400b  |  19 lines

  1. /* $Header: pps.h,v 0.0 88/06/22 05:22:20 on Rel $ */
  2. /*
  3.  * Interface from lex front-end to pps.c
  4.  */
  5. /*
  6.  * The postscript routines assume that *font is one of the following: 
  7.  *    I - variables and operators.
  8.  *    C - comments
  9.  *    S - strings
  10.  *    K - keywords
  11.  */
  12. extern char *font;
  13. #define begin(S)    (sput(), (BEGIN (S)), font = "S") /* Yech! */
  14.  
  15. #ifdef ECHO
  16. #undef ECHO
  17. #endif
  18. #define ECHO        echo(yytext)
  19.