summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-18 13:11:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-18 13:11:49 +0000
commita6ec74c1448e028e8d796742c81e78fb067bf603 (patch)
tree316c1c9c0b1582643884c4cb62fa28d578b88412 /cflags.SH
parent72802890534be7b33c8ac870fc565ebbe0a9f388 (diff)
downloadperl-a6ec74c1448e028e8d796742c81e78fb067bf603.tar.gz
Split off the pack/unpack code, from Nicholas Clark.
p4raw-id: //depot/perl@10685
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH3
1 files changed, 3 insertions, 0 deletions
diff --git a/cflags.SH b/cflags.SH
index f76d7fbf5e..d2564afe96 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -99,10 +99,12 @@ for file do
dump) ;;
gv) ;;
hv) ;;
+ locale) ;;
main) ;;
malloc) ;;
mg) ;;
miniperlmain) ;;
+ numeric) ;;
op) ;;
perl) ;;
perlapi) ;;
@@ -111,6 +113,7 @@ for file do
pp) ;;
pp_ctl) ;;
pp_hot) ;;
+ pp_pack) ;;
pp_sys) ;;
regcomp) ;;
regexec) ;;