From 1dde6921a3a0910bf216fc30e9a235e792333f2c 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 llvm-svn: 269 --- llvm/include/llvm/Support/Unique.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/Unique.h b/llvm/include/llvm/Support/Unique.h index f555ce196e01..221955369379 100644 --- a/llvm/include/llvm/Support/Unique.h +++ b/llvm/include/llvm/Support/Unique.h @@ -1,4 +1,4 @@ -//*************************************************************************** +//************************************************************-*- C++ -*- // class Unique: // Mixin class for classes that should never be copied. //