mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
version change
This commit is contained in:
parent
a88b855866
commit
18a8013fe7
2
tcc.c
2
tcc.c
@ -3608,7 +3608,7 @@ int main(int argc, char **argv)
|
||||
while (1) {
|
||||
if (optind >= argc) {
|
||||
show_help:
|
||||
printf("tcc version 0.9 - Tiny C Compiler - Copyright (C) 2001 Fabrice Bellard\n"
|
||||
printf("tcc version 0.9.1 - Tiny C Compiler - Copyright (C) 2001 Fabrice Bellard\n"
|
||||
"usage: tcc [-Idir] [-Dsym] [-llib] infile [infile_arg...]\n");
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user