mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
* words.h (natural32): Define as "int".
This commit is contained in:
parent
bbc8ddee97
commit
e8a15d32f6
@ -1,3 +1,7 @@
|
||||
2006-01-25 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* words.h (natural32): Define as "int".
|
||||
|
||||
2006-01-23 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* words.h (signed32): Define as "int".
|
||||
|
@ -51,7 +51,7 @@
|
||||
/* bit based */
|
||||
typedef char natural8;
|
||||
typedef short natural16;
|
||||
typedef long natural32;
|
||||
typedef int natural32;
|
||||
|
||||
typedef signed char signed8;
|
||||
typedef signed short signed16;
|
||||
|
Loading…
x
Reference in New Issue
Block a user