Emit #pragma system_header after the inclusion guard, not before.
[pspp] / lib / uinttostr.c
1 #define inttostr uinttostr
2 #define inttype unsigned int
3 #define inttype_is_signed 0
4 #include "inttostr.c"