home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / f2c / src / tokdefs.h < prev    next >
Text File  |  2000-06-23  |  2KB  |  100 lines

  1. #define SEOS 1
  2. #define SCOMMENT 2
  3. #define SLABEL 3
  4. #define SUNKNOWN 4
  5. #define SHOLLERITH 5
  6. #define SICON 6
  7. #define SRCON 7
  8. #define SDCON 8
  9. #define SBITCON 9
  10. #define SOCTCON 10
  11. #define SHEXCON 11
  12. #define STRUE 12
  13. #define SFALSE 13
  14. #define SNAME 14
  15. #define SNAMEEQ 15
  16. #define SFIELD 16
  17. #define SSCALE 17
  18. #define SINCLUDE 18
  19. #define SLET 19
  20. #define SASSIGN 20
  21. #define SAUTOMATIC 21
  22. #define SBACKSPACE 22
  23. #define SBLOCK 23
  24. #define SCALL 24
  25. #define SCHARACTER 25
  26. #define SCLOSE 26
  27. #define SCOMMON 27
  28. #define SCOMPLEX 28
  29. #define SCONTINUE 29
  30. #define SDATA 30
  31. #define SDCOMPLEX 31
  32. #define SDIMENSION 32
  33. #define SDO 33
  34. #define SDOUBLE 34
  35. #define SELSE 35
  36. #define SELSEIF 36
  37. #define SEND 37
  38. #define SENDFILE 38
  39. #define SENDIF 39
  40. #define SENTRY 40
  41. #define SEQUIV 41
  42. #define SEXTERNAL 42
  43. #define SFORMAT 43
  44. #define SFUNCTION 44
  45. #define SGOTO 45
  46. #define SASGOTO 46
  47. #define SCOMPGOTO 47
  48. #define SARITHIF 48
  49. #define SLOGIF 49
  50. #define SIMPLICIT 50
  51. #define SINQUIRE 51
  52. #define SINTEGER 52
  53. #define SINTRINSIC 53
  54. #define SLOGICAL 54
  55. #define SNAMELIST 55
  56. #define SOPEN 56
  57. #define SPARAM 57
  58. #define SPAUSE 58
  59. #define SPRINT 59
  60. #define SPROGRAM 60
  61. #define SPUNCH 61
  62. #define SREAD 62
  63. #define SREAL 63
  64. #define SRETURN 64
  65. #define SREWIND 65
  66. #define SSAVE 66
  67. #define SSTATIC 67
  68. #define SSTOP 68
  69. #define SSUBROUTINE 69
  70. #define STHEN 70
  71. #define STO 71
  72. #define SUNDEFINED 72
  73. #define SWRITE 73
  74. #define SLPAR 74
  75. #define SRPAR 75
  76. #define SEQUALS 76
  77. #define SCOLON 77
  78. #define SCOMMA 78
  79. #define SCURRENCY 79
  80. #define SPLUS 80
  81. #define SMINUS 81
  82. #define SSTAR 82
  83. #define SSLASH 83
  84. #define SPOWER 84
  85. #define SCONCAT 85
  86. #define SAND 86
  87. #define SOR 87
  88. #define SNEQV 88
  89. #define SEQV 89
  90. #define SNOT 90
  91. #define SEQ 91
  92. #define SLT 92
  93. #define SGT 93
  94. #define SLE 94
  95. #define SGE 95
  96. #define SNE 96
  97. #define SENDDO 97
  98. #define SWHILE 98
  99. #define SSLASHD 99
  100.