Skip to content

Commit 4b31077

Browse files
committed
update parsers
1 parent cf30b38 commit 4b31077

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/conf_gram.y

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%{
22
#include <stdio.h>
3+
#include "task.h"
34

45
void yyerror(const char *str)
56
{

src/conf_scan.l

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
%{
22
#include <string.h>
3-
#include <stdio.h>
4-
#include "y.tab.h"
3+
4+
#include "conf_gram.h"
5+
56
%}
67

78
number [0-9]

0 commit comments

Comments
 (0)