version change
This commit is contained in:
parent
a88b855866
commit
18a8013fe7
1 changed files with 1 additions and 1 deletions
2
tcc.c
2
tcc.c
|
@ -3608,7 +3608,7 @@ int main(int argc, char **argv)
|
||||||
while (1) {
|
while (1) {
|
||||||
if (optind >= argc) {
|
if (optind >= argc) {
|
||||||
show_help:
|
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");
|
"usage: tcc [-Idir] [-Dsym] [-llib] infile [infile_arg...]\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue