--- ray/src/common/quit.c 1991/07/15 11:25:03 1.1 +++ ray/src/common/quit.c 2003/07/17 09:21:29 2.5 @@ -1,9 +1,17 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: quit.c,v 2.5 2003/07/17 09:21:29 schorsch Exp $"; #endif +/* + * Default program quit routine. + */ +#include "copyright.h" + +#include + +#include "rterror.h" + +void quit(code) /* quit program */ int code; {