projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4ea261a
)
One way to avoid OS390 winge about #line directives.
Nick Ing-Simmons [Wed, 6 Feb 2002 15:23:24 +0000 (15:23 +0000)]
p4raw-id: //depot/perlio@14575
ext/Encode/EUC_JP/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/EUC_JP/Makefile.PL
b/ext/Encode/EUC_JP/Makefile.PL
index
ffa6902
..
1ed8c80
100644
(file)
--- 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;