summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/node.h b/node.h
index 04b2b87888..cfa3cfa325 100644
--- a/node.h
+++ b/node.h
@@ -1,4 +1,4 @@
-/************************************************
+/**********************************************************************
node.h -
@@ -8,7 +8,7 @@
Copyright (C) 1993-2000 Yukihiro Matsumoto
-************************************************/
+**********************************************************************/
#ifndef NODE_H
#define NODE_H
@@ -119,6 +119,7 @@ enum node_type {
NODE_ALLOCA,
#endif
NODE_MEMO,
+ NODE_LAST
};
typedef struct RNode {