diff options
| author | jiang <30155751@qq.com> | 2014-04-30 17:35:44 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-04-30 17:35:44 +0800 |
| commit | ba61fd9cd1367589aad7e8056821f88f2e5b550b (patch) | |
| tree | 2f9962d155b37715a634521237442043436d0cd8 /tests/abitest.c | |
| parent | 5af0ea7fb8d6b2b2a2d3833caad5eda4b43ef595 (diff) | |
| download | tinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.gz tinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.bz2 | |
rename libtcc1.c
Diffstat (limited to 'tests/abitest.c')
| -rw-r--r-- | tests/abitest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/abitest.c b/tests/abitest.c index 3ad707a..d840d85 100644 --- a/tests/abitest.c +++ b/tests/abitest.c @@ -468,7 +468,7 @@ int main(int argc, char **argv) { const char *testname = NULL; int retval = EXIT_SUCCESS; - /* if tcclib.h and libtcc1.a are not installed, where can we find them */ + /* if tcclib.h and libcrt.a are not installed, where can we find them */ for (i = 1; i < argc; ++i) { if (!memcmp(argv[i], "lib_path=",9)) tccdir = argv[i] + 9; |
