--- ray/src/common/quit.c 1991/11/12 16:55:51 2.1 +++ ray/src/common/quit.c 2003/02/25 02:47:21 2.3 @@ -1,9 +1,13 @@ -/* 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.3 2003/02/25 02:47:21 greg Exp $"; #endif +/* + * Default program quit routine. + */ +#include "copyright.h" + +void quit(code) /* quit program */ int code; {