configure: generate less files, and do that in build dir
[m6w6/ext-psi] / src / types / decl_type.c
index 4f494d69394a372067b9d108c0b51b90ff9b3c99..f3b500a935f5c5127142f81b2137b0955ca5c80c 100644 (file)
 
 #include "php_psi_stdinc.h"
 #include "token.h"
-#include "php_psi_stdtypes.h"
 #include "data.h"
 
+#define PSI_STD_TYPES
+#include "php_psi_posix.h"
+
 struct psi_decl_type *psi_decl_type_init(token_t type, const char *name)
 {
        struct psi_decl_type *t = calloc(1, sizeof(*t));