diff options
Diffstat (limited to 'sys/boot/pc98/boot2/asm.h')
-rw-r--r-- | sys/boot/pc98/boot2/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/boot2/asm.h b/sys/boot/pc98/boot2/asm.h index 6f4bcc3..88ef59a 100644 --- a/sys/boot/pc98/boot2/asm.h +++ b/sys/boot/pc98/boot2/asm.h @@ -69,8 +69,8 @@ #define LB(x,n) n #ifdef __STDC__ -#define EXT(x) _ ## x -#define LEXT(x) _ ## x ## : +#define EXT(x) x +#define LEXT(x) x ## : #define LBb(x,n) n ## b #define LBf(x,n) n ## f |