From: Artur Frysiak Date: Fri, 30 Apr 1999 00:50:30 +0000 (+0000) Subject: - byacc patch from RH 6.0 X-Git-Tag: byacc-1_9-12~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=3d961228642ab0ea717bc22a6db47b7e06ef96ef;p=packages%2Fbyacc.git - byacc patch from RH 6.0 Changed files: byacc-fixmanpage.patch -> 1.1 --- diff --git a/byacc-fixmanpage.patch b/byacc-fixmanpage.patch new file mode 100644 index 0000000..7d1f0a6 --- /dev/null +++ b/byacc-fixmanpage.patch @@ -0,0 +1,20 @@ +--- byacc-1.9/yacc.1.fixmanpage Wed Apr 7 18:25:23 1999 ++++ byacc-1.9/yacc.1 Wed Apr 7 18:26:01 1999 +@@ -44,13 +44,13 @@ + .B -l + option is not specified, + .I yacc +-will insert \#line directives in the generated code. +-The \#line directives let the C compiler relate errors in the ++will insert #line directives in the generated code. ++The #line directives let the C compiler relate errors in the + generated code to the user's original code. + If the \fB-l\fR option is specified, + .I yacc +-will not insert the \#line directives. +-\&\#line directives specified by the user will be retained. ++will not insert the #line directives. ++\&#line directives specified by the user will be retained. + .TP + \fB-p \fIsymbol_prefix\fR + The