/* * $Source$ * $Author$ * $Header$ * * (c) Copyright 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file * . * */ #ifndef lint static char *rcsid_dumprest_qc = "$Header$"; #endif lint #include #include #include #include punt(msg) char *msg; { perror(msg); ## exit exit(1); } /* * Local Variables: * mode: c * c-indent-level: 4 * c-continued-statement-offset: 4 * c-brace-offset: -4 * c-argdecl-indent: 4 * c-label-offset: -4 * End: */