mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-13 05:10:07 +08:00
lib/libtcc1.c: Replace "long" with "unsigned int" in union float_long.
This commit is contained in:
parent
24308fd292
commit
f7dd3d49cc
@ -105,7 +105,7 @@ union double_long {
|
||||
|
||||
union float_long {
|
||||
float f;
|
||||
long l;
|
||||
unsigned int l;
|
||||
};
|
||||
|
||||
/* XXX: we don't support several builtin supports for now */
|
||||
|
Loading…
Reference in New Issue
Block a user