Added a default for WRD_FMT

This commit is contained in:
ceriel 1990-11-15 10:27:15 +00:00
parent ca5df8b32b
commit da44a4c705

View file

@ -25,3 +25,6 @@ typedef char * string;
#endif #endif
#define word long #define word long
#ifndef WRD_FMT
#define WRD_FMT "%ld"
#endif WRD_FMT