validation and marshaling of structs/unions
[m6w6/ext-psi] / src / context.h
index d2ff1b31736028474f911547564d1b5e5f38c563..98516acfa5f76884b1bda1791346cbc90e1f9bfd 100644 (file)
@@ -7,6 +7,7 @@ struct psi_parser;
 struct decl_callinfo;
 struct impl_vararg;
 
+#define PSI_PRINT_POINTER_LEVEL(l) l,"************************"
 #define PSI_ERROR 16
 #define PSI_WARNING 32
 typedef void (*psi_context_error_func)(void *context, struct psi_token *token, int type, const char *msg, ...);