summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/nasm.h b/nasm.h
index 775d0f99..459b64ef 100644
--- a/nasm.h
+++ b/nasm.h
@@ -774,13 +774,11 @@ struct ofmt {
*/
const char *shortname;
-
/*
- * this is reserved for out module specific help.
- * It is set to NULL in all the out modules and is not implemented
- * in the main program
+ * Output format flags.
*/
- const char *helpstring;
+#define OFMT_TEXT 1 /* Text file format */
+ unsigned int flags;
/*
* this is a pointer to the first element of the debug information