diff -r fa4569bf1538 -r a7d9e0b8636b stage1_2/stage1_2_priv.hh --- a/stage1_2/stage1_2_priv.hh Fri Oct 11 12:38:36 2013 +0200 +++ b/stage1_2/stage1_2_priv.hh Wed Feb 19 22:25:10 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. */ @@ -184,14 +184,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.: