This commit is contained in:
rsc 2006-04-20 23:06:55 +00:00
parent 8bda92cce2
commit 473cc012c1

View file

@ -1,7 +1,7 @@
%{ %{
#include <stdio.h> #include <stdio.h>
#include "pic.h"
#include <math.h> #include <math.h>
#include "pic.h"
YYSTYPE y; YYSTYPE y;
int yylex(void); int yylex(void);
%} %}