jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

Doubly defined LEXICON in lexc not reported #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in Lexc file:
  LEXICON AddVerb
   ...
  LEXICON AddVerb
   ...

What is the expected output? What do you see instead?
A warning, that LEXICON AddVerb is doubly defined
Instead: No warning, both LEXICONs are happily used.

Original issue reported on code.google.com by eleonor...@gmx.net on 3 Apr 2012 at 10:42