Add flag for emacs so it realizes it's C++ code
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 05:15:16 +0000 (05:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 05:15:16 +0000 (05:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Unique.h

index f555ce196e01a9236903cf9096ce299aa11ded9a..2219553693790b91d932d790758dab779790ec3d 100644 (file)
@@ -1,4 +1,4 @@
-//***************************************************************************
+//************************************************************-*- C++ -*-
 // class Unique:
 //     Mixin class for classes that should never be copied.
 //