repeated “struct table" of line 19

This commit is contained in:
kexiao8
2015-10-31 17:43:33 +08:00
parent ac4d51b779
commit d1b26a60eb

View File

@@ -36,8 +36,6 @@ struct node {
uint8_t nocolliding; // 0 means colliding slot uint8_t nocolliding; // 0 means colliding slot
}; };
struct table;
struct state { struct state {
int dirty; int dirty;
int ref; int ref;