implement tclmot

r3795 | jgn | 2012-11-13 16:38:53 +1100 (Tue, 13 Nov 2012) | 1 line
This commit is contained in:
Jing Chen
2012-11-13 16:38:53 +11:00
committed by Douglas Clowes
parent 15f4b266a6
commit 6f1780333b

View File

@@ -13,8 +13,15 @@
#ifndef SICSSTRINGDICT #ifndef SICSSTRINGDICT
#define SICSSTRINGDICT #define SICSSTRINGDICT
typedef struct __StringDict { int iList;
int iTraverse;
} StringDict;
typedef struct __StringDict *pStringDict; typedef struct __StringDict *pStringDict;
typedef struct { char *name;
char *value;
} SDE, *pSDE;
#line 6 "stringdict.w" #line 6 "stringdict.w"