Displaying 1 result from an estimated 1 matches for "reg_syntax_t".
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...rc/main/Rregex.h Fri May 10 00:11:47 2002
--- R-1.7.0.fixed/src/main/Rregex.h Mon Apr 28 10:19:50 2003
***************
*** 452,463 ****
/* Sets the current default syntax to SYNTAX, and return the old syntax.
You can also simply assign to the `re_syntax_options' variable. */
! extern reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax));
/* Compile the regular expression PATTERN, with length LENGTH
and syntax given by the global `re_syntax_options', into the buffer
BUFFER. Return NULL if successful, and an error string if not. */
! extern const char *re_compile_pa...