projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8a12f16
)
Fix a thinko in 4548.
Jarkko Hietaniemi [Thu, 11 Nov 1999 20:24:55 +0000 (20:24 +0000)]
p4raw-id: //depot/cfgperl@4550
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
d5b7969
..
b82771b
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-2708,7
+2708,7
@@
PP(pp_ftsize)
djSP; dTARGET;
if (result < 0)
RETPUSHUNDEF;
-#ifdef Size_t_size > IVSISE
+#if Size_t_size > IVSISE
PUSHn(PL_statcache.st_size);
#else
PUSHi(PL_statcache.st_size);