diff -r fa4569bf1538 -r a7d9e0b8636b stage1_2/stage1_2.cc --- a/stage1_2/stage1_2.cc Fri Oct 11 12:38:36 2013 +0200 +++ b/stage1_2/stage1_2.cc Wed Feb 19 22:25:10 2014 +0100 @@ -44,7 +44,7 @@ #include "stage1_2.hh" -#include "iec_bison.h" +#include "iec_bison.hh" #include "stage1_2_priv.hh" #include "create_enumtype_conversion_functions.hh" @@ -122,14 +122,14 @@ /* NOTE: only accessed indirectly by the lexical parser (flex) * through the function get_identifier_token() */ -/* 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. 3.2 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.: