X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.h;h=2f6860d9ec5cf4cacfb5dfd43885aa75f522a6ac;hb=394fa23066ecf46c945729ec5d6379531357c9e2;hp=9ee2060a1ed9b04d3585df521ffc7095c0e71866;hpb=ecd705981eb3f31b6378ac3e636b03dbfc71adec;p=gnulib.git diff --git a/regex.h b/regex.h index 9ee2060a1..2f6860d9e 100644 --- a/regex.h +++ b/regex.h @@ -412,15 +412,15 @@ typedef struct unfortunately clutters up the declarations a bit, but I think it's worth it. */ -#if __STDC__ +#if defined __STDC__ || defined PROTOTYPES #define _RE_ARGS(args) args -#else /* not __STDC__ */ +#else /* not __STDC__ || PROTOTYPES */ #define _RE_ARGS(args) () -#endif /* not __STDC__ */ +#endif /* not __STDC__ || PROTOTYPES */ /* Sets the current default syntax to SYNTAX, and return the old syntax. You can also simply assign to the `re_syntax_options' variable. */