summaryrefslogtreecommitdiffstats
path: root/Include/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/node.h')
-rw-r--r--Include/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/node.h b/Include/node.h
index affa8cd..96eb350 100644
--- a/Include/node.h
+++ b/Include/node.h
@@ -19,8 +19,8 @@ extern "C" {
typedef struct _node {
short n_type;
char *n_str;
- short n_lineno;
- short n_nchildren;
+ int n_lineno;
+ int n_nchildren;
struct _node *n_child;
} node;