diff lwlink/lwlink.h @ 243:f9f01a499525 2.x

Added zero-width external references
author lost
date Tue, 15 Sep 2009 03:16:17 +0000
parents 42df94f30d82
children e8d70b95ec41
line wrap: on
line diff
--- a/lwlink/lwlink.h	Sun Aug 16 18:34:13 2009 +0000
+++ b/lwlink/lwlink.h	Tue Sep 15 03:16:17 2009 +0000
@@ -41,6 +41,7 @@
 
 #define RELOC_NORM	0		// all default (16 bit)
 #define RELOC_8BIT	1		// only use the low 8 bits for the reloc
+#define RELOC_0BIT	2		// don't actual stuff a reloc anywhere!
 typedef struct reloc_s reloc_t;
 struct reloc_s
 {