diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-27 22:54:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-27 22:54:19 +0200 |
commit | a2353048716e96cc0b3d5c69bc6159902602abe9 (patch) | |
tree | ac2e1198fe29e64cebf918d4acaf89438f8236a2 /dfa.h | |
parent | 511ce662d8020896a812290d70458f777b460db9 (diff) | |
download | egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.tar.gz egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.tar.bz2 egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.zip |
Make 'j' tarball for testing.
Diffstat (limited to 'dfa.h')
-rw-r--r-- | dfa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,4 +106,4 @@ extern void dfawarn (const char *); /* dfaerror() is called by the regexp routines whenever an error occurs. It takes a single argument, a NUL-terminated string describing the error. The user must supply a dfaerror. */ -extern void dfaerror (const char *); +extern void dfaerror (const char *) __attribute__ ((noreturn)); |