summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-12-02 07:28:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-12-02 07:28:23 +0000
commit3fe35a814d0a98f430bf0a538c953f3564df33ca (patch)
tree0b62c5168c8d25149355a37131a6f4b42fd9b10a /embed.pl
parentd56e67234a7ede28ce69ee834917e4b5025d971b (diff)
downloadperl-3fe35a814d0a98f430bf0a538c953f3564df33ca.tar.gz
[win32] Revert to keeping (some) constant strings as globals
p4raw-id: //depot/win32/perl@349
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 127774e7d2..6c4177d60e 100755
--- a/embed.pl
+++ b/embed.pl
@@ -28,7 +28,7 @@ sub readvars(\%$$) {
or die "embed.pl: Can't open $file: $!\n";
while (<FILE>) {
s/[ \t]*#.*//; # Delete comments.
- if (/PERLVARI?\($pre(\w+)/) {
+ if (/PERLVARI?C?\($pre(\w+)/) {
$$syms{$1} = 1;
}
}
@@ -279,4 +279,4 @@ print EM <<'END';
END
-close(EM); \ No newline at end of file
+close(EM);