Skip to content

Commit

Permalink
ifdef-defile: Correct spelling of LJ_NO_UNWIND
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 16, 2017
1 parent f7dc94a commit 8f2744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifdef-defile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define LJ_GC64 1
#define LJ_HASFFI 1
#define LJ_HASJIT 1
#define LJ_NOUNWIND 1
#define LJ_NO_UNWIND 1
#define LUAJIT_DISABLE_PROFILE 1
#define LUAJIT_DISABLE_VMEVENT 1
#define LUAJIT_ENABLE_GC64 1
Expand Down

0 comments on commit 8f2744a

Please sign in to comment.