summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-04-21 13:45:32 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-04-21 18:09:54 +0400
commit2ef5c27be7a4e94c49560823d5074dafca6a2ac5 (patch)
tree34d8ad6a65e9b0b480c4fce2091ca93a110e0585 /nasm.h
parent1f3db76ee973355489ea3a2296211d796b59a61f (diff)
downloadnasm-2ef5c27be7a4e94c49560823d5074dafca6a2ac5.tar.gz
Rename SEGALIGN to SECTALIGN
"sectalign" is preferred over "segalign" since it operates over section attributes. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nasm.h b/nasm.h
index 9b6ced84..4bdaec8e 100644
--- a/nasm.h
+++ b/nasm.h
@@ -682,10 +682,10 @@ struct ofmt {
int32_t (*section) (char *name, int pass, int *bits);
/*
- * This procedure is called to modify segment alignment,
- * there is a trick, the alignment can only increase
+ * This procedure is called to modify section alignment,
+ * note there is a trick, the alignment can only increase
*/
- void (*segalign)(int32_t seg, int value);
+ void (*sectalign)(int32_t seg, unsigned int value);
/*
* This procedure is called to modify the segment base values