removed unused libraries section

added tag section for sawce

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40685
This commit is contained in:
David Anderson
2007-04-11 16:07:44 +00:00
parent e3b3180099
commit 3474ba74a5
3 changed files with 31 additions and 6 deletions
+9
View File
@@ -134,6 +134,15 @@ typedef struct sp_file_pubvars_s
uint32_t name; /**< Index into nametable */
} sp_file_pubvars_t;
/**
* @brief File-encoded tag info.
*/
typedef struct sp_file_tag_s
{
uint32_t tag_id; /**< Tag ID from compiler */
uint32_t name; /**< Index into nametable */
} sp_file_tag_t;
#if defined __linux__
#pragma pack() /* reset default packing */
#else