diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-22 05:15:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-22 05:15:16 +0000 |
commit | 3fcf6ec1e94e43fb8d7df92627fe1963d724e07a (patch) | |
tree | c0964781cf674c9a920ba5ebb85eec1a20bd94cb | |
parent | 90147816f67d4adc90d8562b2d40da04f5152ecb (diff) |
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
-rw-r--r-- | include/llvm/Support/Unique.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Unique.h b/include/llvm/Support/Unique.h index f555ce196e..2219553693 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. // |