diff options
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |