Skip to content

Commit

Permalink
Update luac progname
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Nov 30, 2022
1 parent 47116b6 commit fe0a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
static void PrintFunction(const Proto* f, int full);
#define luaU_print PrintFunction

#define PROGNAME "luac" /* default program name */
#define PROGNAME "plutoc" /* default program name */
#define OUTPUT PROGNAME ".out" /* default output file */

static int listing=0; /* list bytecodes? */
Expand Down

0 comments on commit fe0a557

Please sign in to comment.