summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-24 13:04:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-24 13:04:45 +0000
commit6f4183fe04888927cb36b966262c959c5166404b (patch)
tree32ab99da98da61a8b85e3421019af7edf6cc1fe4 /cflags.SH
parent6570f7848406340d371b9f81689299e3b739279f (diff)
downloadperl-6f4183fe04888927cb36b966262c959c5166404b.tar.gz
enable function wrappers for access to globals under MULTIPLICITY
(provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/cflags.SH b/cflags.SH
index 54e19d5584..ec6dc3570e 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -105,6 +105,7 @@ for file do
miniperlmain) ;;
op) ;;
perl) ;;
+ perlapi) ;;
perlmain) ;;
perly) ;;
pp) ;;