diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-02 07:28:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-02 07:28:23 +0000 |
commit | 3fe35a814d0a98f430bf0a538c953f3564df33ca (patch) | |
tree | 0b62c5168c8d25149355a37131a6f4b42fd9b10a /embed.pl | |
parent | d56e67234a7ede28ce69ee834917e4b5025d971b (diff) | |
download | perl-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-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |