Mercurial > hg > octave-jordi > gnulib-hg
changeset 456:9e835ac8019b TEXTUTILS
GNU text utilities
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 24 Jun 1995 21:53:00 +0000 |
parents | 4d750eb4efe8 |
children | |
files | lib/regex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/regex.c +++ b/lib/regex.c @@ -76,7 +76,7 @@ This is used in most programs--a few other programs avoid this by defining INHIBIT_STRING_HEADER. */ #ifndef INHIBIT_STRING_HEADER -#if HAVE_STRING_H || STDC_HEADERS || defined (_LIBC) +#if defined (HAVE_STRING_H) || defined (STDC_HEADERS) || defined (_LIBC) #include <string.h> #ifndef bcmp #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))