home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / src / spvwtabs.d < prev    next >
Encoding:
Text File  |  1994-11-13  |  580 b   |  27 lines

  1. # Aus der Speicherverwaltung ausgelagert:
  2. # Tabelle aller festen Symbole
  3. # Bruno Haible 13.11.1994
  4.  
  5. #include "lispbibl.c"
  6.  
  7. #undef LISPSYM
  8.  
  9. #if defined(UNIX) || defined(DJUNIX) || defined(EMUNIX) || defined(RISCOS)
  10.   # Ein kleines Shadowing-Problem. Grr...
  11.   #undef read
  12. #endif
  13. # Noch so ein Macro-Problem. Grr...
  14.   #undef inline
  15.  
  16. # Tabelle aller festen Symbole:
  17.   global struct symbol_tab_ symbol_tab_data
  18.     #if defined(INIT_SYMBOL_TAB) && NIL_IS_CONSTANT
  19.     = {
  20.         #define LISPSYM  LISPSYM_C
  21.         #include "constsym.c"
  22.         #undef LISPSYM
  23.       }
  24.     #endif
  25.     ;
  26.  
  27.