From 6d08728071a502590f8895c660cb45c7b5c7a87c Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 8 Apr 2001 07:30:16 -0500 Subject: fix IO.xs compile failure on VMS Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01> p4raw-id: //depot/perl@9635 --- lib/ExtUtils/xsubpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ExtUtils') diff --git a/lib/ExtUtils/xsubpp b/lib/ExtUtils/xsubpp index c4287b79c9..0c91e2924f 100755 --- a/lib/ExtUtils/xsubpp +++ b/lib/ExtUtils/xsubpp @@ -996,7 +996,7 @@ while (fetch_para()) { death ("Code is not inside a function" ." (maybe last function was ended by a blank line " - ." followed by a a statement on column one?)") + ." followed by a statement on column one?)") if $line[0] =~ /^\s/; # initialize info arrays -- cgit v1.2.1