X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=86d4626b9c7682706a97c569f9334361fc4484ff;hb=4e1ab63322b96238c5e5f7e7ef79305268aae4c0;hp=7bf07df9fca3670ba64a8d376e3709ef057b15e5;hpb=19553e69fc15a5c9a27c2c623f0669be2e9a07c4;p=open-adventure.git diff --git a/misc.c b/misc.c index 7bf07df..86d4626 100644 --- a/misc.c +++ b/misc.c @@ -272,7 +272,7 @@ long GETTXT(bool SKIP,bool ONEWRD, bool UPPER) { return(TEXT); } -long MAKEWD(long LETTRS) { +token_t MAKEWD(long LETTRS) { long I, L, WORD; /* Combine five uppercase letters (represented by pairs of decimal digits @@ -296,7 +296,7 @@ long I, L, WORD; #define STATE (*sTATE) -void fPUTTXT(long WORD, long *sTATE, long CASE) { +void fPUTTXT(token_t WORD, long *sTATE, long CASE) { long ALPH1, ALPH2, BYTE, DIV, I, W; /* Unpack the 30-bit value in word to obtain up to 5 integer-encoded chars,