V10/liby/libzer.c

Compare this file to the similar file:
Show the results in this format:

# include <stdio.h>

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