home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / lib / glut / strokegen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-11  |  557 b   |  33 lines

  1.  
  2. typedef union
  3. #ifdef __cplusplus
  4.     YYSTYPE
  5. #endif
  6.  {
  7.     int    nil;    /* void is reserved */
  8.     int    ival;
  9.     float    dval;
  10.     char    *cval;
  11. } YYSTYPE;
  12. extern YYSTYPE yylval;
  13. # define REAL 257
  14. # define INTEGER 258
  15. # define STRING 259
  16. # define BOTTOM 260
  17. # define CENTER 261
  18. # define CLOSE 262
  19. # define FONTNAME 263
  20. # define PROPERTIES 264
  21. # define NUM_CH 265
  22. # define INDEX 266
  23. # define L_SPACE 267
  24. # define MAGIC 268
  25. # define OPEN 269
  26. # define RIGHT 270
  27. # define R_SPACE 271
  28. # define STROKE 272
  29. # define TOP 273
  30. # define VERTICES 274
  31. # define BEARING 275
  32. # define WIDTH 276
  33.