FreeCalypso > hg > freecalypso-reveng
comparison 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 |
comparison
equal
deleted
inserted
replaced
133:daeaa5950d10 | 134:c131238c56bf |
---|---|
42 char *typestr; | 42 char *typestr; |
43 }; | 43 }; |
44 | 44 |
45 struct hint { | 45 struct hint { |
46 unsigned pos; | 46 unsigned pos; |
47 unsigned endpos; | |
47 int type; | 48 int type; |
48 unsigned nitems; | |
49 int linebrk; | 49 int linebrk; |
50 struct hint *next; | 50 struct hint *next; |
51 }; | 51 }; |
52 | 52 |
53 #define HINT_D8 1 | 53 #define HINT_D8 1 |