commit a994dc86014ea032a7fa8b28dac301d66e98d100 parent cc84f6932e6efafd9b235a5b7db7296c66d41019 Author: Fabrice Bellard <fabrice@bellard.org> Date: Wed, 27 Dec 2023 17:11:25 +0100 typos Diffstat:
| M | quickjs/qjsc.c | | | 4 | ++-- |
| M | quickjs/unicode_gen.c | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/quickjs/qjsc.c b/quickjs/qjsc.c @@ -346,8 +346,8 @@ void help(void) "usage: " PROG_NAME " [options] [files]\n" "\n" "options are:\n" - "-c only output bytecode in a C file\n" - "-e output main() and bytecode in a C file (default = executable output)\n" + "-c only output bytecode to a C file\n" + "-e output main() and bytecode to a C file (default = executable output)\n" "-o output set the output filename\n" "-N cname set the C name of the generated data\n" "-m compile as Javascript module (default=autodetect)\n" diff --git a/quickjs/unicode_gen.c b/quickjs/unicode_gen.c @@ -217,7 +217,7 @@ static const char *unicode_prop_short_name[] = { #undef DEF }; -#undef UNICODE_SPROP_LIST +#undef UNICODE_PROP_LIST typedef struct { /* case conv */