Skip to content
Snippets Groups Projects
Commit c19f62b2 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

It is better to use bison-mode and flex-mode (see the wiki)
parent 381c6aee
No related branches found
No related tags found
No related merge requests found
...@@ -2647,9 +2647,3 @@ Dynare::parser::error(const Dynare::parser::location_type &l, ...@@ -2647,9 +2647,3 @@ Dynare::parser::error(const Dynare::parser::location_type &l,
{ {
driver.error(l, m); driver.error(l, m);
} }
/*
Local variables:
mode: C++
End:
*/
...@@ -761,9 +761,3 @@ DynareFlexLexer::yylex() ...@@ -761,9 +761,3 @@ DynareFlexLexer::yylex()
cerr << "DynareFlexLexer::yylex() has been called, that should never happen!" << endl; cerr << "DynareFlexLexer::yylex() has been called, that should never happen!" << endl;
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
/*
Local variables:
mode: C++
End:
*/
...@@ -205,9 +205,3 @@ Macro::parser::error(const Macro::parser::location_type &l, ...@@ -205,9 +205,3 @@ Macro::parser::error(const Macro::parser::location_type &l,
{ {
driver.error(l, m); driver.error(l, m);
} }
/*
Local variables:
mode: C++
End:
*/
...@@ -427,9 +427,3 @@ MacroFlexLexer::yylex() ...@@ -427,9 +427,3 @@ MacroFlexLexer::yylex()
cerr << "MacroFlexLexer::yylex() has been called, that should never happen!" << endl; cerr << "MacroFlexLexer::yylex() has been called, that should never happen!" << endl;
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
/*
Local variables:
mode: C++
End:
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment