Bison/Flex files: do not load C++ mode under Emacs

It is better to use bison-mode and flex-mode (see the wiki)
issue#70
Sébastien Villemot 2012-06-04 11:59:35 +02:00
parent 381c6aeee8
commit c19f62b2e3
4 changed files with 0 additions and 24 deletions

View File

@ -2647,9 +2647,3 @@ Dynare::parser::error(const Dynare::parser::location_type &l,
{
driver.error(l, m);
}
/*
Local variables:
mode: C++
End:
*/

View File

@ -761,9 +761,3 @@ DynareFlexLexer::yylex()
cerr << "DynareFlexLexer::yylex() has been called, that should never happen!" << endl;
exit(EXIT_FAILURE);
}
/*
Local variables:
mode: C++
End:
*/

View File

@ -205,9 +205,3 @@ Macro::parser::error(const Macro::parser::location_type &l,
{
driver.error(l, m);
}
/*
Local variables:
mode: C++
End:
*/

View File

@ -427,9 +427,3 @@ MacroFlexLexer::yylex()
cerr << "MacroFlexLexer::yylex() has been called, that should never happen!" << endl;
exit(EXIT_FAILURE);
}
/*
Local variables:
mode: C++
End:
*/