diff lwlink/lwlink.h @ 262:7de7b14ebaee

Add support for os9 module edition byte Add support for the symbol "edition" in the __os9 section which defines the module edition byte which follows immedately after the module name in the module. It defaults to not setting one.
author William Astle <lost@l-w.ca>
date Mon, 04 Feb 2013 21:03:59 -0700
parents ce1fdc8d6568
children fcd103148aa6
line wrap: on
line diff
--- a/lwlink/lwlink.h	Mon Feb 04 20:51:55 2013 -0700
+++ b/lwlink/lwlink.h	Mon Feb 04 21:03:59 2013 -0700
@@ -170,6 +170,7 @@
 	int modlang;				// module language
 	int modattr;				// module attributes
 	int modrev;					// module revision
+	int edition;				// module edition
 	char *name;					// module name
 	char *basesympat;			// pattern for section base symbol (%s for section name)
 	char *lensympat;			// pattern for section length symbol (%s for section name)