minor fixes
This commit is contained in:
@@ -12,11 +12,6 @@
|
||||
#include "LLlex.h"
|
||||
#include "node.h"
|
||||
|
||||
struct node *h_node; /* header of free list */
|
||||
#ifdef DEBUG
|
||||
int cnt_node; /* count number of allocated ones */
|
||||
#endif
|
||||
|
||||
struct node *
|
||||
MkNode(class, left, right, token)
|
||||
struct node *left, *right;
|
||||
|
||||
Reference in New Issue
Block a user