X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fdecl.h;h=eb808025ebff16a163bdef8582443b60e2daaf2d;hb=f8b910b8bc0326683697c639288900b6a095368b;hp=1ab42f57867d7aa27764d554264f090dbd0f67d6;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e;p=m6w6%2Fext-psi 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);