diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-02-08 21:10:57 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-02-08 21:10:57 +0000 |
commit | a6435d48bc468433a55933c5bab0cbd47ec68ab0 (patch) | |
tree | a5f5dc48417734a6a6af4fdd0d90f3780a90c014 /llvm/lib/System/Unix | |
parent | 1aca40e349d141aadf13f2143a750f45638cf3ae (diff) | |
download | bcm5719-llvm-a6435d48bc468433a55933c5bab0cbd47ec68ab0.tar.gz bcm5719-llvm-a6435d48bc468433a55933c5bab0cbd47ec68ab0.zip |
Add Emacs hints to Alarm.inc.
Also removes some trailing whitespace and fixes one 80-column violation.
llvm-svn: 64094
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r-- | llvm/lib/System/Unix/Alarm.inc | 6 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Host.inc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/System/Unix/Alarm.inc b/llvm/lib/System/Unix/Alarm.inc index 853fcf50365..7faa6afa9ad 100644 --- a/llvm/lib/System/Unix/Alarm.inc +++ b/llvm/lib/System/Unix/Alarm.inc @@ -1,4 +1,4 @@ -//===-- Alarm.inc - Implement Unix Alarm Support --------------------------===// +//===-- Alarm.inc - Implement Unix Alarm Support ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -20,11 +20,11 @@ using namespace llvm; /// user presses CTRL-C. static volatile bool AlarmCancelled = false; -/// AlarmTriggered - This flag is set by the SIGALRM signal handler if the +/// AlarmTriggered - This flag is set by the SIGALRM signal handler if the /// alarm was triggered. static volatile bool AlarmTriggered = false; -/// 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; diff --git a/llvm/lib/System/Unix/Host.inc b/llvm/lib/System/Unix/Host.inc index 205ce2362c7..1bd6da5632b 100644 --- a/llvm/lib/System/Unix/Host.inc +++ b/llvm/lib/System/Unix/Host.inc @@ -1,10 +1,10 @@ - //===- llvm/System/Unix/Host.inc --------------------------------*- C++ -*-===// -// + //===- llvm/System/Unix/Host.inc -------------------------------*- C++ -*-===// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file implements the UNIX Host support. |