aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lobject.h b/lobject.h
index 841ab5b9..070f12a4 100644
--- a/lobject.h
+++ b/lobject.h
@@ -584,9 +584,8 @@ typedef struct AbsLineInfo {
584** Flags in Prototypes 584** Flags in Prototypes
585*/ 585*/
586#define PF_ISVARARG 1 /* function is vararg */ 586#define PF_ISVARARG 1 /* function is vararg */
587#define PF_VAVAR 2 /* function has vararg parameter */ 587#define PF_VATAB 2 /* function has vararg table */
588#define PF_VATAB 4 /* function has vararg table */ 588#define PF_FIXED 4 /* prototype has parts in fixed memory */
589#define PF_FIXED 8 /* prototype has parts in fixed memory */
590 589
591 590
592/* 591/*