X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6089c5670b18a02fc2caca3e665d2bb7799dc4c8..9cfdb3ec08672f13088ebd133bbc794c04a66b05:/src/regex.c diff --git a/src/regex.c b/src/regex.c index 479239897b..f514b60348 100644 --- a/src/regex.c +++ b/src/regex.c @@ -238,18 +238,7 @@ xrealloc (void *block, size_t size) # endif # define realloc xrealloc -/* This is the normal way of making sure we have memcpy, memcmp and memset. */ -# if defined HAVE_STRING_H || defined STDC_HEADERS || defined _LIBC -# include -# else -# include -# ifndef memcmp -# define memcmp(s1, s2, n) bcmp (s1, s2, n) -# endif -# ifndef memcpy -# define memcpy(d, s, n) (bcopy (s, d, n), (d)) -# endif -# endif +# include /* Define the syntax stuff for \<, \>, etc. */