Browse Source

file did not end with a newline, causing problems for Sun's C compiler

experimetnal/RETURN_REF_PATCH
Mike Gerdts 27 years ago
parent
commit
a36fa329a2
  1. 2
      ext/ereg/php_regex.h
  2. 2
      main/php_regex.h

2
ext/ereg/php_regex.h

@ -11,4 +11,4 @@
#include <regex.h>
#endif
#endif /* _PHP_REGEX_H */
#endif /* _PHP_REGEX_H */

2
main/php_regex.h

@ -11,4 +11,4 @@
#include <regex.h>
#endif
#endif /* _PHP_REGEX_H */
#endif /* _PHP_REGEX_H */
Loading…
Cancel
Save