stage4/stage4.hh
changeset 746 c7219a37cc39
parent 594 c8092e909886
child 878 89eb85bab58f
--- a/stage4/stage4.hh	Thu Nov 15 17:30:35 2012 +0100
+++ b/stage4/stage4.hh	Fri Nov 16 10:26:23 2012 +0100
@@ -36,6 +36,8 @@
  * by each specific version of the 4th stage.
  */
 
+#ifndef _STAGE4_HH
+#define _STAGE4_HH
 
 #include "../absyntax/absyntax.hh"
 
@@ -100,6 +102,6 @@
 
 
 
+int stage4(symbol_c *tree_root, const char *builddir);
 
-
-int stage4(symbol_c *tree_root);
+#endif /* _STAGE4_HH */