X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpf_mem.h;fp=csrc%2Fpf_mem.h;h=9f8beda50ba7dc2eac8c279d8afe92ff20de649f;hb=1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c;hp=9fdadc2c0d1c5088e275d5623e5ac31f22096134;hpb=970d32b553a44051cedd2caf34267b7b1cdbab78;p=debian%2Fpforth diff --git a/csrc/pf_mem.h b/csrc/pf_mem.h index 9fdadc2..9f8beda 100644 --- a/csrc/pf_mem.h +++ b/csrc/pf_mem.h @@ -22,7 +22,7 @@ #endif void pfInitMemoryAllocator( void ); - char *pfAllocMem( int32 NumBytes ); + char *pfAllocMem( cell_t NumBytes ); void pfFreeMem( void *Mem ); #ifdef __cplusplus