From 3fcf6ec1e94e43fb8d7df92627fe1963d724e07a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jul 2001 05:15:16 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Unique.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // -- 2.34.1