bug-bison
[Top][All Lists]
Advanced

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

address@hidden: "bug" in bison documentation]


From: Richard Stallman
Subject: address@hidden: "bug" in bison documentation]
Date: Sat, 13 Jan 2001 11:33:26 -0700 (MST)

Please DTRT.

------- Start of forwarded message -------
Date: Fri, 12 Jan 2001 16:15:04 +0000
From: Martin Haller <address@hidden>
To: address@hidden
Subject: "bug" in bison documentation
Content-Disposition: inline

Hi,

sorry if this is not the right adress I post this to...

I think I found a little bug in the bison documentation (november 1995,
bison version 1.25):

On page 29, section 2.4.3, the decleration of

        double (*fnctptr)();

sould be

        double (*fnctptr)(double param);

The function is called in the grammar with:

        $$ = (*($1->value.fnctptr))($3);

so it uses one param...
or did I understand something wrong?

bye Martin
------- End of forwarded message -------



reply via email to

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