Conflicting declarations of variable row
Status: Alpha
Brought to you by:
gyofer
Hi,
While compiling your package using our research compiler infrastructure it was noticed that a variable "row" is declared with conflicting types:
- errors.c: extern int row;
- GRAMophone.l: unsigned int row=1;
This may cause undefined behaviour.
Best,
Michael