mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
avoid invalid C++ token in #error
llvm-svn: 36674
This commit is contained in:
parent
e95894e9f9
commit
5f70561cc5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user