Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-05-11 21:36:01 +00:00
parent a535ffd99d
commit f5256e16df
3670 changed files with 3684 additions and 3684 deletions

View File

@@ -1,7 +1,7 @@
// -*- C++ -*-
//===--------------------------- stdbool.h --------------------------------===//
//
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
@@ -31,13 +31,13 @@ Macros:
#ifndef __cplusplus
#define bool _Bool
#define bool _Bool
#if __STDC_VERSION__ < 199901L && __GNUC__ < 3
typedef int _Bool;
typedef int _Bool;
#endif
#define false (bool)0
#define true (bool)1
#define false (bool)0
#define true (bool)1
#endif /* !__cplusplus */