home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / src / alglobal.d < prev    next >
Encoding:
Text File  |  1992-11-22  |  534 b   |  26 lines

  1. # Hilfsdeklarationen fⁿr CLISP auf Atari ST mit GCC
  2. # Bruno Haible 22.11.1992
  3.  
  4. # lineA globals for both inline and non-inline lineA bindings
  5.  
  6. #include <linea.h>
  7.  
  8.  
  9. # Global vars:
  10.  
  11. # Pointer to line a parameter block returned by init
  12.  __LINEA *__aline;
  13.  
  14. # Array of pointers to the three system font  headers
  15. # returned by init (in register A1)
  16.  __FONT  **__fonts;
  17.  
  18. # Array of pointers to the 16 line a functions returned
  19. # by init (in register A2) only valid in ROM'ed TOS
  20.  short  (**__funcs)();
  21.  
  22.  
  23. # stab for gcc 2.0
  24. void __main () {}
  25.  
  26.