projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a3ece
)
merge with 1.11.5
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Jun 1995 14:12:57 +0000
(14:12 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Jun 1995 14:12:57 +0000
(14:12 +0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index abe92ac8b7d5cc9e4db99869a05de24d5e7c4f89..f7e0917b0548c7135191ef49f7eb50b10901eca2 100644
(file)
--- a/
lib/regex.c
+++ b/
lib/regex.c
@@
-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? */