diff options
Diffstat (limited to 'www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h')
-rw-r--r-- | www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h b/www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h new file mode 100644 index 000000000000..fe3724c42fe2 --- /dev/null +++ b/www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h @@ -0,0 +1,15 @@ +--- ./components/gatherer/standard/pstext/pstext/defs.h.orig Fri Aug 1 13:51:49 2003 ++++ ./components/gatherer/standard/pstext/pstext/defs.h Fri Aug 1 13:58:59 2003 +@@ -43,7 +43,12 @@ + TOK_STRING, TOK_NUMBER, TOK_OTHER, TOK_CMD + } token_e; + ++#ifdef __STRICT_ANSI__ ++void error (char *fmt, ...); ++#else + void error(); ++#endif ++ + void printout(); + + extern int line_count; |