Remove the call to Parse_Init() - there is no need to initialize
a static variable to NULL. Forgot this in the previous commit to parse.[ch].
This commit is contained in:
parent
f520690c2c
commit
8f5850c6f4
@ -618,8 +618,6 @@ main(int argc, char **argv)
|
||||
*/
|
||||
Dir_Init(); /* Initialize directory structures so -I flags
|
||||
* can be processed correctly */
|
||||
Parse_Init(); /* Need to initialize the paths of #include
|
||||
* directories */
|
||||
Var_Init(); /* As well as the lists of variables for
|
||||
* parsing arguments */
|
||||
str_init();
|
||||
|
Loading…
Reference in New Issue
Block a user