X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;fp=src%2Fcontext.h;h=98516acfa5f76884b1bda1791346cbc90e1f9bfd;hp=d2ff1b31736028474f911547564d1b5e5f38c563;hb=898c6dac30d12d7fe56662d66a8e73c340926d64;hpb=b25cb3852e3c6ef6da608001585218015aaf5d3e diff --git a/src/context.h b/src/context.h index d2ff1b3..98516ac 100644 --- a/src/context.h +++ b/src/context.h @@ -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, ...);