Re: bad state transition?
[email protected] (Jonathan Mayer) Mon, 28 Oct 2002 18:40:13 -0800 (PST)
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 28 Oct 2002, Jonathan Mayer wrote: > Trouble is, srcb is not a production or subrule of srca. Never mind. I found the solution. The culprit was this line: mux: gpr "=" condition "?" srca : srcb ^ that's the bugger there. Ought to be in quotes. My bad. Sorry for the distraction. Jonathan.