Added a default for WRD_FMT

This commit is contained in:
ceriel 1990-11-15 10:27:15 +00:00
parent b322a6aa64
commit 2faeff52ad

View File

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