home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-1.LHA / CLISP960530-sr.lha / amiga / jchlib / startup / clisp.c next >
Encoding:
C/C++ Source or Header  |  1996-07-09  |  420 b   |  15 lines

  1. #include <exec/types.h>
  2. #include <libraries/dos.h>
  3.  
  4. /* for inclusion with CLISP: wbmain() does specials */
  5. BOOL _CLISP_glue = TRUE;
  6.  
  7. /* CLISP uses these handles that are defined by the startup code */
  8. /* BPTR Input_handle = NULL;  */
  9. /* BPTR Output_handle = NULL; */
  10.  
  11. #ifdef SUPPORT_1_3
  12. UBYTE _WDefName13[] = "CON:0/11/640/186/CLISP-Listener";
  13. #endif
  14. UBYTE _WDefName[] =  "CON:0/11//186/CLISP-Listener/CLOSE/AUTO/WAIT";
  15.