]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/ccgen/abend.c
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / abend.c
CommitLineData
fe4da5cc 1/*
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2 1997/02/04 17:34:12 mclareni
6 * Merge Winnt and 97a versions
7 *
8 * Revision 1.1.1.1.2.1 1997/01/21 11:29:22 mclareni
9 * All mods for Winnt 96a on winnt branch
10 *
11 * Revision 1.1.1.1 1996/02/15 17:49:20 mclareni
12 * Kernlib
13 *
14 */
15#include "kerngen/pilot.h"
16#include "kerngen/fortranc.h"
17
18/*> ROUTINE ABEND
19 CERN PROGLIB# Z035 ABEND .VERSION KERNFOR 4.31 911111
20*/
21#if defined(CERNLIB_QX_SC)
22void type_of_call abend_()
23#endif
24#if defined(CERNLIB_QXNO_SC)
25void type_of_call abend()
26#endif
27#if defined(CERNLIB_QXCAPT)
28void type_of_call ABEND()
29#endif
30{
31 exit(7);
32}
33/*> END <----------------------------------------------------------*/
34#ifdef CERNLIB_TCGEN_ABEND
35#undef CERNLIB_TCGEN_ABEND
36#endif