mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Fixed c99 data-types after removal of typedefs.
This commit is contained in:
parent
ea13537d83
commit
c1c5a2d96f
@ -351,7 +351,7 @@ static void rdf2_deflabel(int8_t *name, int32_t segment, int32_t offset,
|
||||
struct CommonRec ci;
|
||||
static int farsym = 0;
|
||||
static int i;
|
||||
uint8_t symflags = 0;
|
||||
int8_t symflags = 0;
|
||||
int len;
|
||||
|
||||
/* Check if the label length is OK */
|
||||
|
Loading…
Reference in New Issue
Block a user