From d0803d2e4e67c777c7750845d9f4b55a4b08ff7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 3 May 2007 16:57:26 +0000 Subject: [PATCH] avoid invalid C++ token in #error llvm-svn: 36674 --- llvm/include/llvm/AbstractTypeUser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/AbstractTypeUser.h b/llvm/include/llvm/AbstractTypeUser.h index fa1e8b15b89e..fe51effc61f0 100644 --- a/llvm/include/llvm/AbstractTypeUser.h +++ b/llvm/include/llvm/AbstractTypeUser.h @@ -16,7 +16,7 @@ #if !defined(LLVM_TYPE_H) && !defined(LLVM_VALUE_H) #error Do not include this file directly. Include Type.h instead. -#error Some versions of GCC (e.g. 3.4 and 4.1) can't handle the inlined method +#error Some versions of GCC (e.g. 3.4 and 4.1) can not handle the inlined method #error PATypeHolder::dropRef() correctly otherwise. #endif