diff -r 26cb3fa00d29 -r c7219a37cc39 stage4/stage4.hh --- 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 */