home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ssvpar.zip / SSEXCEPT.H < prev    next >
Text File  |  1994-11-24  |  2KB  |  45 lines

  1. /*---------------------------------------------------------------------------
  2.  
  3.                Copyright (c) 1994 SandStone Software Inc.
  4.                           All rights reserved
  5.  
  6. ----------------------------------------------------------------------------*/
  7. #if !defined( SSEXCEPTH)
  8. #  define SSEXCEPTH
  9.  
  10. #  define SSExceptionLexFileOpen       1
  11. #  define SSExceptionLexFileLength     2
  12. #  define SSExceptionLexLexemeLength   3
  13. #  define SSExceptionLexTable          4
  14. #  define SSExceptionLexError          5
  15. #  define SSExceptionLexExpressionList 6
  16. #  define SSExceptionLexMissingParm    7
  17. #  define SSExceptionLifoFull          8
  18. #  define SSExceptionLifoTop           9
  19. #  define SSExceptionLifoPop           10
  20. #  define SSExceptionLifoArray         11
  21. #  define SSExceptionYaccOpen          12
  22. #  define SSExceptionYaccParse         13
  23. #  define SSExceptionYaccEof           14
  24. #  define SSExceptionYaccSelect        15
  25. #  define SSExceptionYaccTokenState    16
  26. #  define SSExceptionYaccErrorTokenEof 17
  27. #  define SSExceptionYaccGoto          18
  28. #  define SSExceptionYaccProdSize      19
  29. #  define SSExceptionYaccMissingTable  20
  30. #  define SSExceptionYaccMissingLex    21
  31. #  define SSExceptionYaccRead          22
  32. #  define SSExceptionSetArrayFull      23
  33. #  define SSExceptionYaccToken         24
  34. #  define SSExceptionDbcsQuery         25
  35. #  define SSExceptionYaccTableSize     26
  36. #  define SSExceptionYaccPermError     27
  37. #  define SSExceptionRefCount          28
  38. #  define SSExceptionComlinNoMatch     29
  39. #  define SSExceptionComlinExpected    30
  40. #  define SSExceptionComlinUnexpected  31
  41. #  define SSExceptionComlinOptionDup   32
  42. #  define SSExceptionComlinSyntax      33
  43.  
  44. #endif
  45.