1 | initial version |
ascend.c
is created from ascend.y
?
????? warning treated as error - no 'object' file generated ????
void malloc (YYSIZE_T); / INFRINGES ON USER NAME SPACE */
Looks like a missing "" on the start of comment? There are three of these "INFRINGES" comments. First one has proper start/end of comment. The second and third are missing a "".
Are there any errors or warning from the yacc process?