mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a name clash that was breaking MSVC builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aea1b501ce
commit
d720712f67
@ -61,7 +61,7 @@ protected:
|
||||
#ifdef __GNUC__
|
||||
char X __attribute__((aligned));
|
||||
#else
|
||||
union U {
|
||||
union {
|
||||
double D;
|
||||
long double LD;
|
||||
long long L;
|
||||
|
Loading…
Reference in New Issue
Block a user