/* tag: Tom Lord Tue Dec 4 14:41:26 2001 (panic-exit.h)
*/
/* panic-exit.h -
*
****************************************************************
* Copyright (C) 2000 Tom Lord
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.
*/
#ifndef INCLUDE__BUGS__panic_H
#define INCLUDE__BUGS__panic_H
#if !defined(__GNUC__)
# undef __attribute__
# define __attribute__(X)
#endif
/* automatically generated __STDC__ prototypes */
extern void panic_exit (void) __attribute__((noreturn));
#endif /* INCLUDE__BUGS__panic_H */
syntax highlighted by Code2HTML, v. 0.9.1