Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1122 → Rev 1123

/demos/trunk/auto/auto.c
21,11 → 21,11
 
/**
------------
CVS : $Id: auto.c,v 1.1.1.1 2002-09-02 09:37:42 pj Exp $
CVS : $Id: auto.c,v 1.2 2003-01-07 17:10:15 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-09-02 09:37:42 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:10:15 $
------------
**/
 
324,9 → 324,6
sys_end();
}
 
/* Set the exception handler */
set_exchandler_grx();
 
/* Set the closing function */
sys_atrunlevel(byebye, NULL, RUNLEVEL_BEFORE_EXIT);