X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fdecl.h;h=eb808025ebff16a163bdef8582443b60e2daaf2d;hp=1ab42f57867d7aa27764d554264f090dbd0f67d6;hb=c0bdd904aa881aab010c3fd8d859a787d4dd779b;hpb=a88d91ed2154bdb6d2198e44c6f3868a5b398287 diff --git a/src/types/decl.h b/src/types/decl.h index 1ab42f5..eb80802 100644 --- a/src/types/decl.h +++ b/src/types/decl.h @@ -39,6 +39,7 @@ struct psi_decl { void *sym; void *info; unsigned varargs:1; + unsigned extvar:1; }; struct psi_decl *psi_decl_init(struct psi_decl_arg *func, struct psi_plist *args);