diff leo-obj/tool/intstruct.h @ 134:c131238c56bf

tiobjd: implemented parsing of the hint input files
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 07 Apr 2014 02:41:35 +0000
parents 87b82398a08b
children fd772de226cb
line wrap: on
line diff
--- a/leo-obj/tool/intstruct.h	Mon Apr 07 01:22:09 2014 +0000
+++ b/leo-obj/tool/intstruct.h	Mon Apr 07 02:41:35 2014 +0000
@@ -44,8 +44,8 @@
 
 struct hint {
 	unsigned	pos;
+	unsigned	endpos;
 	int		type;
-	unsigned	nitems;
 	int		linebrk;
 	struct hint	*next;
 };