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

Rename SEGALIGN to SECTALIGN

"sectalign" is preferred over "segalign"
since it operates over section attributes.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2010-04-21 13:45:32 +04:00
parent 1f3db76ee9
commit 2ef5c27be7
19 changed files with 34 additions and 35 deletions

View File

@@ -50,7 +50,7 @@ int null_directive(enum directives directive, char *value, int pass)
return 0;
}
void null_segalign(int32_t seg, int value)
void null_sectalign(int32_t seg, unsigned int value)
{
(void)seg;
(void)value;