summaryrefslogtreecommitdiff
path: root/src/parser/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
commitde96bc814a6dd3b619bf247e8e83375d0ae7d595 (patch)
tree187cd229a7bdc67399999bc397a8524761fea176 /src/parser/smt
parenta34b66437f97f66d9dcd1caa0919f66cf316e238 (diff)
remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing-mode from contrib/editing-with-emacs
Diffstat (limited to 'src/parser/smt')
-rw-r--r--src/parser/smt/smt_lexer.g2
-rw-r--r--src/parser/smt/smt_parser.g2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/smt/smt_lexer.g b/src/parser/smt/smt_lexer.g
index 6c7e4be9d..d71edfbc3 100644
--- a/src/parser/smt/smt_lexer.g
+++ b/src/parser/smt/smt_lexer.g
@@ -1,4 +1,4 @@
-/* ******************* -*- C++ -*- */
+/* ******************* */
/* smt_lexer.g
** Original author: dejan
** Major contributors: cconway, mdeters
diff --git a/src/parser/smt/smt_parser.g b/src/parser/smt/smt_parser.g
index 8bc557bbd..47e275171 100644
--- a/src/parser/smt/smt_parser.g
+++ b/src/parser/smt/smt_parser.g
@@ -1,4 +1,4 @@
-/* ******************* -*- C++ -*- */
+/* ******************* */
/* smt_parser.g
** Original author: dejan
** Major contributors: mdeters, cconway
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback