bison
[m6w6/ext-psi] / src / types / cpp_macro_decl.h
index 993d28074388c805f8c8d332571997af5e94d20e..e8ab30085594fe4cad2d691cc9f823b78ccd25a4 100644 (file)
@@ -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