mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
avoid invalid C++ token in #error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75c7d2bd55
commit
f509253180
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#if !defined(LLVM_TYPE_H) && !defined(LLVM_VALUE_H)
|
#if !defined(LLVM_TYPE_H) && !defined(LLVM_VALUE_H)
|
||||||
#error Do not include this file directly. Include Type.h instead.
|
#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.
|
#error PATypeHolder::dropRef() correctly otherwise.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user