diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-29 17:11:03 -0400 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-29 17:11:03 -0400 |
commit | 71bdfae94122fff6f245c47721d284f78c286164 (patch) | |
tree | c63b5c3eb3fc06d565f32a31d2f82ba273bdafaf /src/base/main | |
parent | 5cf9d6ddd7fb5a22731f4d61cc984abc48e3f930 (diff) | |
download | abc-71bdfae94122fff6f245c47721d284f78c286164.tar.gz abc-71bdfae94122fff6f245c47721d284f78c286164.tar.bz2 abc-71bdfae94122fff6f245c47721d284f78c286164.zip |
Replacing 'st_table' by 'st__table' to resolve linker problems.
Diffstat (limited to 'src/base/main')
-rw-r--r-- | src/base/main/mainInt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index e305c74f..5992d191 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -59,9 +59,9 @@ struct Abc_Frame_t_ // general info char * sVersion; // the name of the current version // commands, aliases, etc - st_table * tCommands; // the command table - st_table * tAliases; // the alias table - st_table * tFlags; // the flag table + st__table * tCommands; // the command table + st__table * tAliases; // the alias table + st__table * tFlags; // the flag table Vec_Ptr_t * aHistory; // the command history // the functionality Abc_Ntk_t * pNtkCur; // the current network |