summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/antlr_parser.cpp2
-rw-r--r--src/parser/antlr_parser.h2
-rw-r--r--src/parser/cvc/cvc_lexer.g2
-rw-r--r--src/parser/cvc/cvc_parser.g2
-rw-r--r--src/parser/parser.cpp2
-rw-r--r--src/parser/parser.h2
-rw-r--r--src/parser/parser_exception.h2
-rw-r--r--src/parser/smt/smt_lexer.g2
-rw-r--r--src/parser/smt/smt_parser.g2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/parser/antlr_parser.cpp b/src/parser/antlr_parser.cpp
index 58f1babd0..34691dc33 100644
--- a/src/parser/antlr_parser.cpp
+++ b/src/parser/antlr_parser.cpp
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** antlr_parser.cpp
** Original author: dejan
** Major contributors: mdeters, cconway
diff --git a/src/parser/antlr_parser.h b/src/parser/antlr_parser.h
index aa32e4193..5a7291be6 100644
--- a/src/parser/antlr_parser.h
+++ b/src/parser/antlr_parser.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** antlr_parser.h
** Original author: dejan
** Major contributors: cconway
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
diff --git a/src/parser/parser.cpp b/src/parser/parser.cpp
index 71f38e87f..ef23d3883 100644
--- a/src/parser/parser.cpp
+++ b/src/parser/parser.cpp
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** parser.cpp
** Original author: mdeters
** Major contributors: dejan
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 98c7267c6..bc4fd6018 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** parser.h
** Original author: mdeters
** Major contributors: dejan
diff --git a/src/parser/parser_exception.h b/src/parser/parser_exception.h
index 85d50ba51..e30398824 100644
--- a/src/parser/parser_exception.h
+++ b/src/parser/parser_exception.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** parser_exception.h
** Original author: mdeters
** Major contributors: none
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