make the parser understandable by IDE
[m6w6/ext-psi] / src / parser_proc.inc
1 %include {
2 #include <stddef.h>
3 #include <assert.h>
4 #include <stdlib.h>
5 #include <string.h>
6 #include <stdarg.h>
7
8 #include "parser.h"
9 }