From de96bc814a6dd3b619bf247e8e83375d0ae7d595 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 4 Feb 2010 22:10:47 +0000 Subject: remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing-mode from contrib/editing-with-emacs --- src/context/context.cpp | 2 +- src/context/context.h | 2 +- src/context/context_mm.cpp | 2 +- src/context/context_mm.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/context') diff --git a/src/context/context.cpp b/src/context/context.cpp index 487dd97f8..5d8ea933b 100644 --- a/src/context/context.cpp +++ b/src/context/context.cpp @@ -1,4 +1,4 @@ -/********************* -*- C++ -*- */ +/********************* */ /** context.cpp ** Original author: mdeters ** Major contributors: barrett diff --git a/src/context/context.h b/src/context/context.h index 9e1eba644..244a8b792 100644 --- a/src/context/context.h +++ b/src/context/context.h @@ -1,4 +1,4 @@ -/********************* -*- C++ -*- */ +/********************* */ /** context.h ** Original author: mdeters ** Major contributors: barrett diff --git a/src/context/context_mm.cpp b/src/context/context_mm.cpp index bc8e8772f..df7d82987 100644 --- a/src/context/context_mm.cpp +++ b/src/context/context_mm.cpp @@ -1,4 +1,4 @@ -/********************* -*- C++ -*- */ +/********************* */ /** context_mm.cpp ** Original author: barrett ** Major contributors: mdeters diff --git a/src/context/context_mm.h b/src/context/context_mm.h index 45b2539ca..c51498979 100644 --- a/src/context/context_mm.h +++ b/src/context/context_mm.h @@ -1,4 +1,4 @@ -/********************* -*- C++ -*- */ +/********************* */ /** context_mm.h ** Original author: barrett ** Major contributors: none -- cgit v1.2.3