]> code.delx.au - gnu-emacs/blobdiff - lib-src/b2m.c
Add NO_RETURN specifiers to functions in lib-src.
[gnu-emacs] / lib-src / b2m.c
index 733cd276653d3f5882f4e600a8518f5fa84e042f..f31b33f9780e9442abb6b83c5cf0f4187a0f53d1 100644 (file)
@@ -70,7 +70,7 @@ long *xmalloc (unsigned int size);
 long *xrealloc (char *ptr, unsigned int size);
 char *concat (char *s1, char *s2, char *s3);
 long readline (struct linebuffer *linebuffer, register FILE *stream);
-void fatal (char *message);
+void fatal (char *message) NO_RETURN;
 
 /*
  * xnew -- allocate storage.  SYNOPSIS: Type *xnew (int n, Type);