summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qjsc.c4
-rw-r--r--unicode_gen.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/qjsc.c b/qjsc.c
index 3dc2a12..f8e60b3 100644
--- a/qjsc.c
+++ b/qjsc.c
@@ -344,8 +344,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/unicode_gen.c b/unicode_gen.c
index f18aaa0..d76f94f 100644
--- a/unicode_gen.c
+++ b/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 */