File: compilation

package info (click to toggle)
fvwm95 2.0.43ba-15
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,356 kB
  • ctags: 4,759
  • sloc: ansic: 46,398; makefile: 1,586; sh: 782; perl: 328
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
flex Compiler/lexin
yacc -d Compiler/bisonin
gcc y.tab.c lex.yy.c -ll

A ajouter a la fin de  y.tab.c

int yyerror(char *errmsg)
{
 fprintf(stderr, "%s\n",errmsg);
 return 0;
}