extvar: skip decl registration
[m6w6/ext-psi] / src / types / decl.h
index 1ab42f57867d7aa27764d554264f090dbd0f67d6..eb808025ebff16a163bdef8582443b60e2daaf2d 100644 (file)
@@ -39,6 +39,7 @@ struct psi_decl {
        void *sym;
        void *info;
        unsigned varargs:1;
        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);
 };
 
 struct psi_decl *psi_decl_init(struct psi_decl_arg *func, struct psi_plist *args);