aboutsummaryrefslogtreecommitdiff
path: root/src/lj_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r--src/lj_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h
index c7b653f3..ea5c69c5 100644
--- a/src/lj_obj.h
+++ b/src/lj_obj.h
@@ -417,7 +417,7 @@ enum {
417 /* The following must be in ORDER ARITH. */ \ 417 /* The following must be in ORDER ARITH. */ \
418 _(add) _(sub) _(mul) _(div) _(mod) _(pow) _(unm) \ 418 _(add) _(sub) _(mul) _(div) _(mod) _(pow) _(unm) \
419 /* The following are used in the standard libraries. */ \ 419 /* The following are used in the standard libraries. */ \
420 _(metatable) _(tostring) 420 _(metatable) _(tostring) _(pairs) _(ipairs)
421 421
422typedef enum { 422typedef enum {
423#define MMENUM(name) MM_##name, 423#define MMENUM(name) MM_##name,