From: Nick Ing-Simmons Date: Wed, 6 Feb 2002 15:23:24 +0000 (+0000) Subject: One way to avoid OS390 winge about #line directives. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1604a5406b7adf0a94a6c9490c526da20d71e4c3;p=p5sagit%2Fp5-mst-13.2.git One way to avoid OS390 winge about #line directives. p4raw-id: //depot/perlio@14575 --- diff --git a/ext/Encode/EUC_JP/Makefile.PL b/ext/Encode/EUC_JP/Makefile.PL index ffa6902..1ed8c80 100644 --- a/ext/Encode/EUC_JP/Makefile.PL +++ b/ext/Encode/EUC_JP/Makefile.PL @@ -21,6 +21,8 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, + # OS 390 winges about line numbers > 64K ??? + XSOPT => '-nolinenumbers', ); package MY;