aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lobject.h b/lobject.h
index 9e7953e3..209a87fc 100644
--- a/lobject.h
+++ b/lobject.h
@@ -556,6 +556,7 @@ typedef struct AbsLineInfo {
556** Flags in Prototypes 556** Flags in Prototypes
557*/ 557*/
558#define PF_ISVARARG 1 558#define PF_ISVARARG 1
559#define PF_FIXED 2 /* prototype has parts in fixed memory */
559 560
560 561
561/* 562/*