0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

portability: "const macros_t" is redundant

Some C compilers don't like that...

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2025-10-01 13:51:20 -07:00
parent dfacf9a3d7
commit 0b3c971f5b
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ struct builtin_macros {
};
typedef const struct builtin_macros macros_t;
char *uncompress_stdmac(const macros_t *sm);
char *uncompress_stdmac(macros_t *sm);
/* --- From standard.mac via macros.pl -> macros.c --- */