add __attribute__ ((noreturn)) to error()

This commit is contained in:
Laurent Vivier 2004-06-03 07:54:56 +00:00
parent 3fb94f986f
commit 71ffdff25f

View File

@ -12,4 +12,4 @@ typedef unsigned int u_int32_t;
typedef signed int int32_t;
extern void memdump(unsigned char* addr, unsigned long size);
extern void error(char *x);
extern void error(char *x) __attribute__ ((noreturn));