diff -r 6a3964be6a29 -r 38dca2e264b6 stage1_2/stage1_2_priv.hh --- a/stage1_2/stage1_2_priv.hh Sat Jul 05 13:57:39 2014 +0100 +++ b/stage1_2/stage1_2_priv.hh Sat Jul 05 14:10:28 2014 +0100 @@ -40,10 +40,10 @@ /* !!! WARNING !!! * * Whoever includes this file (stage1_2_priv.hh) will need - * to first inlcude iec_bison.h !! + * to first inlcude iec_bison.hh !! * * Read other comments further down to understand why we don't - * include iec_bison.h in this file. + * include iec_bison.hh in this file. */ @@ -194,14 +194,14 @@ * * In essence, they are a data passing mechanism between Bison and Flex. */ -/* NOTE: BOGUS_TOKEN_ID is defined in the bison generated file iec_bison.h. +/* NOTE: BOGUS_TOKEN_ID is defined in the bison generated file iec_bison.hh. * We need this constant defined before we can declare the symbol tables. - * However, we cannot #include "iec_bison.h" in this file (stage1_2_priv.hh) directly + * However, we cannot #include "iec_bison.hh" in this file (stage1_2_priv.hh) directly * because of the way bison ver. 2.3 is copying all declarations in the prologue - * of iec.y to the iec_bison.h file (including an #include stage1_2_priv.hh). - * So, if we were to include "iec_bison.h" here, we would get a circular include. + * of iec.y to the iec_bison.hh file (including an #include stage1_2_priv.hh). + * So, if we were to include "iec_bison.hh" here, we would get a circular include. * All this means that whoever includes this file (stage1_2_priv.hh) will need - * to take care to first inlcude iec_bison.h !! + * to take care to first inlcude iec_bison.hh !! */ /* A symbol table to store all the library elements */ /* e.g.: