]> Savannah Git Hosting - gnulib.git/commitdiff
GNU text utilities TEXTUTILS-1_11_5
authorJim Meyering <jim@meyering.net>
Wed, 31 May 1995 13:30:06 +0000 (13:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 May 1995 13:30:06 +0000 (13:30 +0000)
lib/regex.c

index 3581b38dbd31c25290561428887469e83a63b8ca..2ccabc12e9497402550ce05f8879674ef0f7b488 100644 (file)
@@ -2756,7 +2756,7 @@ at_endline_loc_p (p, pend, syntax)
 {
   const char *next = p;
   boolean next_backslash = *next == '\\';
-  const char *next_next = p + 1 < pend ? p + 1 : NULL;
+  const char *next_next = p + 1 < pend ? p + 1 : 0;
   
   return
        /* Before a subexpression?  */