home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-2.LHA / CLISP960530-ki.lha / ffcall / vacall / config.h.in next >
Encoding:
Text File  |  1996-04-15  |  539 b   |  18 lines

  1. /* Bruno Haible 11.2.1995 */
  2.  
  3. /*
  4.  * Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
  5.  *
  6.  * This is free software distributed under the GNU General Public Licence
  7.  * described in the file COPYING. Contact the author if you don't have this
  8.  * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
  9.  * on this software.
  10.  */
  11.  
  12. /* CL_ABORT */
  13. /* Define as the return type of abort(). */
  14. #undef RETABORTTYPE
  15. /* Define as __volatile__ if the declaration of abort() needs it. */
  16. #define ABORT_VOLATILE
  17.  
  18.