X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fcpp_macro_decl.h;h=e8ab30085594fe4cad2d691cc9f823b78ccd25a4;hp=993d28074388c805f8c8d332571997af5e94d20e;hb=42f44eb5bf4ecd36e26e051fada79d861d0f92d2;hpb=1b6db76e3005344b33ab45b00e7e61386a33932a diff --git a/src/types/cpp_macro_decl.h b/src/types/cpp_macro_decl.h index 993d280..e8ab300 100644 --- a/src/types/cpp_macro_decl.h +++ b/src/types/cpp_macro_decl.h @@ -41,5 +41,6 @@ struct psi_cpp_macro_decl *psi_cpp_macro_decl_init(struct psi_plist *sig, struct psi_plist *tokens, struct psi_num_exp *exp); void psi_cpp_macro_decl_free(struct psi_cpp_macro_decl **macro_ptr); void psi_cpp_macro_decl_dump(int fd, struct psi_cpp_macro_decl *decl); +bool psi_cpp_macro_decl_equal(struct psi_cpp_macro_decl *d1, struct psi_cpp_macro_decl *d2); #endif