stage3/stage3.hh
changeset 746 c7219a37cc39
parent 443 ff4d26b7e51d
child 959 8bfcc8e62bd6
--- a/stage3/stage3.hh	Thu Nov 15 17:30:35 2012 +0100
+++ b/stage3/stage3.hh	Fri Nov 16 10:26:23 2012 +0100
@@ -30,9 +30,12 @@
  *
  */
 
+#ifndef _STAGE3_HH
+#define _STAGE3_HH
 
 #include "../util/symtable.hh"
 
 
 int stage3(symbol_c *tree_root);
 
+#endif /* _STAGE3_HH */