parse-datetime: avoid compilation failure on OpenBSD 4.7
[pspp] / lib / inttostr.c
1 #define anytostr inttostr
2 #define inttype int
3 #define inttype_is_signed 1
4 #include "anytostr.c"