]> git.draconx.ca Git - cdecl99.git/blobdiff - src/typemap.h
Use gperf to implement command selection.
[cdecl99.git] / src / typemap.h
index 285ff2913f808f737c182809d9bffe80a7a01c62..d43afa76b4363a27bb41720ff27a6ca0aec911cc 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef CDECL_TYPEMAP_H_
 #define CDECL_TYPEMAP_H_
 
-_Bool cdecl__typemap_is_valid(unsigned long map);
+#include "cdecl.h"
+
 unsigned long cdecl__build_typemap(struct cdecl_declspec *s);
 
 #endif