]> git.draconx.ca Git - cdecl99.git/blobdiff - src/typemap.h
Separate specifier handling from the output routines.
[cdecl99.git] / src / typemap.h
index 10eeec341f63a2671d5bb64634cb344fbb90e1c7..d43afa76b4363a27bb41720ff27a6ca0aec911cc 100644 (file)
@@ -4,6 +4,5 @@
 #include "cdecl.h"
 
 unsigned long cdecl__build_typemap(struct cdecl_declspec *s);
-const char *cdecl__explain_typemap(unsigned long map);
 
 #endif