BUG: make sure this thing compiles on 64 bit machines
This commit is contained in:
parent
6a271a4bfb
commit
0c7130905d
@ -48,5 +48,9 @@ static char const info_compiler[] = "INFO:compiler["
|
|||||||
/* Make sure the information strings are referenced. */
|
/* Make sure the information strings are referenced. */
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return ((int)&info_compiler) + ((int)&info_platform);
|
if(&info_compiler[0] != &info_platform[0])
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user