summaryrefslogtreecommitdiff
path: root/win32/GenCAPI.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-02 04:47:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-02 04:47:10 +0000
commit20ce7b12268a3d32b5b246928de5084322e709cf (patch)
tree395ce45dee07dabd92553cbcdad9b91e37e8ae49 /win32/GenCAPI.pl
parent0221c164222f9d91820826506118f46ffa08dd46 (diff)
downloadperl-20ce7b12268a3d32b5b246928de5084322e709cf.tar.gz
remove _() non-ansism
p4raw-id: //depot/perl@3518
Diffstat (limited to 'win32/GenCAPI.pl')
-rw-r--r--win32/GenCAPI.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/GenCAPI.pl b/win32/GenCAPI.pl
index 82e0b32fc7..60d199de27 100644
--- a/win32/GenCAPI.pl
+++ b/win32/GenCAPI.pl
@@ -119,8 +119,8 @@ while () {
}
$_ =~ s/^VIRTUAL\s*//;
$_ =~ s/\s*__attribute__.*$/;/;
- if ( /(.*)\s([A-z_]*[0-9A-z_]+\s)_\(\((.*)\)\);/ ||
- /(.*)\*([A-z_]*[0-9A-z_]+\s)_\(\((.*)\)\);/ ) {
+ if ( /(.*)\s([A-z_]*[0-9A-z_]+\s)\((.*)\);/ ||
+ /(.*)\*([A-z_]*[0-9A-z_]+\s)\((.*)\);/ ) {
$type = $1;
$name = $2;
$args = $3;