diff options
| author | Teddy <ted.sybil@gmail.com> | 2014-04-05 14:50:57 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2014-04-05 14:50:57 +0800 |
| commit | bbb371767a3391c0b1c2222b9a9c87b4dbd36ef1 (patch) | |
| tree | 9937c63c1b148736970f7392b460735c4e0b401e | |
| parent | 28989b9fcb9970000cf1c5cc7e44b7c5d573e33b (diff) | |
move obsolete file
| -rw-r--r-- | obsolete/table_test.c (renamed from test.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/obsolete/table_test.c index dc564d9..46b9b8a 100644 --- a/test.c +++ b/obsolete/table_test.c @@ -20,11 +20,11 @@ } while(0) CVar_t newvar(const char *name) { - return cvar_create(name, NULL); + return cvar_create(name, NULL, NULL); } CType_t newtype(const char *name) { - return ctype_create(name, 0); + return ctype_create(name, 0, NULL); } void manual() { |