aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-02-08 21:10:57 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-02-08 21:10:57 +0000
commit0cdadd8b9d92b1da33273ccb9f75bac103a2f3a8 (patch)
tree2b512fd45d5455570ef4c9d65f44658255b38eb9 /lib/System/Win32
parentbe685cc72a52a297c217384763b25cfe1c94e80b (diff)
downloadexternal_llvm-0cdadd8b9d92b1da33273ccb9f75bac103a2f3a8.zip
external_llvm-0cdadd8b9d92b1da33273ccb9f75bac103a2f3a8.tar.gz
external_llvm-0cdadd8b9d92b1da33273ccb9f75bac103a2f3a8.tar.bz2
Add Emacs hints to Alarm.inc.
Also removes some trailing whitespace and fixes one 80-column violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32')
-rw-r--r--lib/System/Win32/Alarm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Win32/Alarm.inc b/lib/System/Win32/Alarm.inc
index be23bf6..2f1a280 100644
--- a/lib/System/Win32/Alarm.inc
+++ b/lib/System/Win32/Alarm.inc
@@ -1,4 +1,4 @@
-//===-- Alarm.inc - Implement Win32 Alarm Support -------------------------===//
+//===-- Alarm.inc - Implement Win32 Alarm Support ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -14,7 +14,7 @@
#include <cassert>
using namespace llvm;
-/// NestedSOI - Sanity check. Alarms cannot be nested or run in parallel.
+/// NestedSOI - Sanity check. Alarms cannot be nested or run in parallel.
/// This ensures that they never do.
static bool NestedSOI = false;