summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-21 00:54:43 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-21 00:54:43 +0000
commita868473fb9213692497e27ae968094b32a41c501 (patch)
tree625f780ac70afbc6cbb8da353a5b4606b2bc01bf /win32/makedef.pl
parent8d9481945a6b8b7a5f7fda873563149bbb96e4ba (diff)
parenteb1cfdd6b0a7e7a6918084a3828c98f88804c32d (diff)
downloadperl-a868473fb9213692497e27ae968094b32a41c501.tar.gz
Basic integrate of lastest perl into ansiperl
p4raw-id: //depot/ansiperl@272
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r--win32/makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index c82ded0230..55b3e29bcd 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -253,6 +253,7 @@ while (<DATA>) {
my $symbol;
next if (!/^[A-Za-z]/);
next if (/^#/);
+ s/\r//g;
$symbol = $_;
next if ($skip_sym =~ m/^$symbol/m);
$symbol = "Perl_".$symbol if ($define{'USE_THISPTR'}