Error in emit.c's token_name

new topic     » topic index » view thread      » older message » newer message

This is a minor error that causes '=' to never be matched
and ... to be used instead.

{EQUAL, "'='"},

should actually be

{EQUALS, "'='"},

EQUAL is for the equal() function, not '='.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu