summaryrefslogtreecommitdiff
path: root/src/theory
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/theory
parenta34b66437f97f66d9dcd1caa0919f66cf316e238 (diff)
remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing-mode from contrib/editing-with-emacs
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/interrupted.h2
-rw-r--r--src/theory/output_channel.h2
-rw-r--r--src/theory/theory.cpp2
-rw-r--r--src/theory/theory.h2
-rw-r--r--src/theory/theory_engine.cpp2
-rw-r--r--src/theory/theory_engine.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/theory/interrupted.h b/src/theory/interrupted.h
index 17b54adda..f7a269f0b 100644
--- a/src/theory/interrupted.h
+++ b/src/theory/interrupted.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** interrupted.h
** Original author: mdeters
** Major contributors: none
diff --git a/src/theory/output_channel.h b/src/theory/output_channel.h
index 298be12bf..cec499a13 100644
--- a/src/theory/output_channel.h
+++ b/src/theory/output_channel.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** output_channel.h
** Original author: mdeters
** Major contributors: none
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 2972b4722..61b2fdfa3 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** theory.cpp
** Original author: mdeters
** Major contributors: none
diff --git a/src/theory/theory.h b/src/theory/theory.h
index dc862197e..8daa0149f 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** theory.h
** Original author: mdeters
** Major contributors: none
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 81bb38e68..58a59d321 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** theory_engine.cpp
** Original author: mdeters
** Major contributors: none
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index b4a9f8f91..3fb11b510 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** theory_engine.h
** Original author: mdeters
** Major contributors: none
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback