gnats-prs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnats/46: wrong order of options for UNIX (right for M$-DOS however...)


From: obrien
Subject: gnats/46: wrong order of options for UNIX (right for M$-DOS however...)
Date: 21 Jan 2000 18:22:09 -0000

>Number:         46
>Category:       gnats
>Synopsis:       wrong order of options for UNIX (right for M$-DOS however...)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 21 10:24:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     address@hidden
>Release:        gnats-3.113
>Organization:
>Environment:

>Description:
Bison is run as "bison getdate.y -o getdate.c".
In UNIX options come before input files.  This gradutious
abuse of Bison's sloppy getargs() processing, causes needless
incompatabilities with YACC.
>How-To-Repeat:

>Fix:
apply patch:

--- gnats/Makefile.in.orig      Sun Nov  7 20:17:56 1999
+++ gnats/Makefile.in   Fri Jan 21 10:11:55 2000
@@ -466,5 +466,5 @@
 getdate.c: getdate.y
        @echo expect 10 shift/reduce conflicts
-       $(BISON) $(srcdir)/getdate.y -o getdate.c
+       $(BISON) -o getdate.c $(srcdir)/getdate.y
 
 config-send-pr:
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="d"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="d"

LS0tIGduYXRzL01ha2VmaWxlLmluLm9yaWcJU3VuIE5vdiAgNyAyMDoxNzo1NiAxOTk5CisrKyBn
bmF0cy9NYWtlZmlsZS5pbglGcmkgSmFuIDIxIDEwOjExOjU1IDIwMDAKQEAgLTQ2Niw1ICs0NjYs
NSBAQAogZ2V0ZGF0ZS5jOiBnZXRkYXRlLnkKIAlAZWNobyBleHBlY3QgMTAgc2hpZnQvcmVkdWNl
IGNvbmZsaWN0cwotCSQoQklTT04pICQoc3JjZGlyKS9nZXRkYXRlLnkgLW8gZ2V0ZGF0ZS5jCisJ
JChCSVNPTikgLW8gZ2V0ZGF0ZS5jICQoc3JjZGlyKS9nZXRkYXRlLnkKIAogY29uZmlnLXNlbmQt
cHI6Cg==


reply via email to

[Prev in Thread] Current Thread [Next in Thread]