Varag parameter is a new kind of variable

To allow some optimizations on its use.
This commit is contained in:
Roberto I
2025-09-17 16:07:48 -03:00
parent 140b672e2e
commit 8fb1af0e33
7 changed files with 65 additions and 16 deletions

View File

@@ -584,8 +584,8 @@ typedef struct AbsLineInfo {
** Flags in Prototypes
*/
#define PF_ISVARARG 1 /* function is vararg */
#define PF_VATAB 2 /* function is vararg with table */
#define PF_VAPTAB 4 /* function is vararg with pseudo-table */
#define PF_VAVAR 2 /* function has vararg parameter */
#define PF_VATAB 4 /* function has vararg table */
#define PF_FIXED 8 /* prototype has parts in fixed memory */