projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
704cfbb
)
A bool is not a pointer.
Jarkko Hietaniemi [Wed, 14 Nov 2001 13:19:19 +0000 (13:19 +0000)]
p4raw-id: //depot/perl@12990
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
ed70307
..
2ec8191
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-1517,7
+1517,7
@@
PP(pp_sysread)
int fp_utf8;
Size_t got = 0;
Size_t wanted;
- bool charstart = NULL;
+ bool charstart = FALSE;
STRLEN skip;
STRLEN charskip;