From: Chris Lattner Date: Sun, 22 Jul 2001 05:15:16 +0000 (+0000) Subject: Add flag for emacs so it realizes it's C++ code X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3fcf6ec1e94e43fb8d7df92627fe1963d724e07a;p=oota-llvm.git Add flag for emacs so it realizes it's C++ code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Unique.h b/include/llvm/Support/Unique.h index f555ce196e0..22195536937 100644 --- a/include/llvm/Support/Unique.h +++ b/include/llvm/Support/Unique.h @@ -1,4 +1,4 @@ -//*************************************************************************** +//************************************************************-*- C++ -*- // class Unique: // Mixin class for classes that should never be copied. //