diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 21:19:49 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 21:19:49 +0000 |
commit | 3b87f215b68dd25a040e8db68aa3c374e52bc623 (patch) | |
tree | 5c23531477324660f693999def063a031e03d911 /tools/llee/SysUtils.h | |
parent | eab43d86fb1cf4d3bbb3a591cc4fc37a464e67c3 (diff) |
* Convert C++ comments to C
* Add UIUC copyright notice headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llee/SysUtils.h')
-rw-r--r-- | tools/llee/SysUtils.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tools/llee/SysUtils.h b/tools/llee/SysUtils.h index 8db79cc620..8d1be4e835 100644 --- a/tools/llee/SysUtils.h +++ b/tools/llee/SysUtils.h @@ -1,16 +1,16 @@ -/*===- SysUtils.h - Utilities to do low-level system stuff -------*- C -*--===*\ -// -// The LLVM Compiler Infrastructure -// -// This file was developed by the LLVM research group and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// - * * - * This file contains functions used to do a variety of low-level, often * - * system-specific, tasks. * - * * +/*===- SysUtils.h - Utilities to do low-level system stuff ----------------===*\ + * + * The LLVM Compiler Infrastructure + * + * This file was developed by the LLVM research group and is distributed under + * the University of Illinois Open Source License. See LICENSE.TXT for details. + * + *===----------------------------------------------------------------------=== + * + * + * This file contains functions used to do a variety of low-level, often + * system-specific, tasks. + * \*===----------------------------------------------------------------------===*/ #ifndef SYSUTILS_H |