home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / byacc / y.h < prev   
Encoding:
C/C++ Source or Header  |  1991-09-04  |  1.9 KB  |  74 lines

  1. #define CLASS_SCHEMA 257
  2. #define INSTANCE_SCHEMA 258
  3. #define META_KNOWLEDGE_INSTANCE 259
  4. #define BASE_RELATION_CLASS 260
  5. #define BASE_ATTRIBUTE_CLASS 261
  6. #define BASE_MESSAGE_CLASS 262
  7. #define ATTRIBUTE_SPECIALIZATION_CLASS 263
  8. #define RELATION_SPECIALIZATION_CLASS 264
  9. #define MESSAGE_SPECIALIZATION_CLASS 265
  10. #define DECLARE_ATTRIBUTE_SLOTS 266
  11. #define DECLARE_RELATION_SLOTS 267
  12. #define DECLARE_MESSAGE_SLOTS 268
  13. #define SUBCLASS_OF 269
  14. #define INSTANCE_OF 270
  15. #define META_SCHEMA 271
  16. #define META_SLOT 272
  17. #define META_VALUE 273
  18. #define SYSTEM_SCHEMA 274
  19. #define INVERSE_RELATION 275
  20. #define VALUE_TYPE 276
  21. #define CARDINALITY 277
  22. #define SPECIALIZATION_OF 278
  23. #define DECLARATIONS 279
  24. #define CONTEXTLESS 280
  25. #define NO_LINKS_TO_INSTANCES 281
  26. #define SYSTEM_RELATIONS_FIRST 282
  27. #define USER_RELATIONS_FIRST 283
  28. #define RELATIONS 284
  29. #define ATTRIBUTES 285
  30. #define MESSAGES 286
  31. #define SLOT_CONTROL 287
  32. #define NUM 288
  33. #define CHAR 289
  34. #define STRING 290
  35. #define C_IDENTIFIER 291
  36. #define NAME_STRING 292
  37. #define EMPTY 293
  38. #define MULTIPLE 294
  39. #define SINGLE 295
  40. #define NULL_VALUE 296
  41. #define KB_BEFORE_GET 297
  42. #define KB_AFTER_GET 298
  43. #define KB_BEFORE_PUT 299
  44. #define KB_AFTER_PUT 300
  45. #define KB_BEFORE_DEL 301
  46. #define KB_AFTER_DEL 302
  47. #define KB_INCLUSION_RELATION_SPEC 303
  48. #define KB_EXCLUSION_RELATION_SPEC 304
  49. #define KB_INCLUSION_ATTRIBUTE_SPEC 305
  50. #define KB_EXCLUSION_ATTRIBUTE_SPEC 306
  51. #define KB_INCLUSION_MESSAGE_SPEC 307
  52. #define KB_EXCLUSION_MESSAGE_SPEC 308
  53. #define SD_TRUE 309
  54. #define SD_FALSE 310
  55. #define ALL_SLOTS 311
  56. #define NO_SLOTS 312
  57. #define VT_schar 313
  58. #define VT_char 314
  59. #define VT_uchar 315
  60. #define VT_short 316
  61. #define VT_int 317
  62. #define VT_long 318
  63. #define VT_ushort 319
  64. #define VT_uint 320
  65. #define VT_ulong 321
  66. #define VT_float 322
  67. #define VT_double 323
  68. #define VT_void_ptr 324
  69. #define VT_kb_STRING 325
  70. #define VT_kb_ANY 326
  71. #define VT_kb_SLOT_ID 327
  72. #define VT_kb_SCHEMA_ID 328
  73. #define VT_kb_FUNCTION_ID 329
  74. #define VT_kb_BOOLEAN 330
  75.