init of dio var
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
# include "exec/exec.h"
|
# include "exec/exec.h"
|
||||||
# include "exec/expander.h"
|
# include "exec/expander.h"
|
||||||
|
|
||||||
# define DEBUG 1
|
# define DEBUG 0
|
||||||
|
|
||||||
# ifndef DIO_PATH
|
# ifndef DIO_PATH
|
||||||
# define DIO_PATH "ast.xml"
|
# define DIO_PATH "ast.xml"
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ t_ast_n *parser(char *input, t_msh *msh)
|
|||||||
t_ast_n *ast;
|
t_ast_n *ast;
|
||||||
int dio;
|
int dio;
|
||||||
|
|
||||||
|
dio = 0;
|
||||||
truncate_comment(input);
|
truncate_comment(input);
|
||||||
lst = tokenize(input);
|
lst = tokenize(input);
|
||||||
if (!lst)
|
if (!lst)
|
||||||
|
|||||||
Reference in New Issue
Block a user