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/libtcc_test.c | |
| parent | 5af0ea7fb8d6b2b2a2d3833caad5eda4b43ef595 (diff) | |
| download | tinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.gz tinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.bz2 | |
rename libtcc1.c
Diffstat (limited to 'tests/libtcc_test.c')
| -rw-r--r-- | tests/libtcc_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtcc_test.c b/tests/libtcc_test.c index bead0ff..4449afa 100644 --- a/tests/libtcc_test.c +++ b/tests/libtcc_test.c @@ -43,7 +43,7 @@ int main(int argc, char **argv) exit(1); } - /* 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 */ if (argc == 2 && !memcmp(argv[1], "lib_path=",9)) tcc_set_lib_path(s, argv[1]+9); |
