summaryrefslogtreecommitdiff
path: root/src/parser/cvc
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/cvc
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/cvc')
-rw-r--r--src/parser/cvc/cvc_lexer.g2
-rw-r--r--src/parser/cvc/cvc_parser.g2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/cvc/cvc_lexer.g b/src/parser/cvc/cvc_lexer.g
index 2452b1002..afcc7597d 100644
--- a/src/parser/cvc/cvc_lexer.g
+++ b/src/parser/cvc/cvc_lexer.g
@@ -1,4 +1,4 @@
-/* ******************* -*- C++ -*- */
+/* ******************* */
/* cvc_lexer.g
** Original author: dejan
** Major contributors: mdeters
diff --git a/src/parser/cvc/cvc_parser.g b/src/parser/cvc/cvc_parser.g
index 9a77ea178..662888050 100644
--- a/src/parser/cvc/cvc_parser.g
+++ b/src/parser/cvc/cvc_parser.g
@@ -1,4 +1,4 @@
-/* ******************* -*- C++ -*- */
+/* ******************* */
/* cvc_parser.g
** Original author: dejan
** Major contributors: mdeters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback