diff lwlink/lwlink.h @ 205:42df94f30d82

checkpoint
author lost
date Sun, 19 Apr 2009 17:44:46 +0000
parents 048ebb85f6ef
children f9f01a499525
line wrap: on
line diff
--- a/lwlink/lwlink.h	Sun Mar 29 14:52:28 2009 +0000
+++ b/lwlink/lwlink.h	Sun Apr 19 17:44:46 2009 +0000
@@ -79,6 +79,8 @@
 	int nsections;
 	int islib;				// set to true if the file is a "-l" option
 
+	int forced;				// set to true if the file is a "forced" include
+
 	// "sub" files (like in archives or libraries)
 	int nsubs;
 	fileinfo_t **subs;