X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/970d32b553a44051cedd2caf34267b7b1cdbab78..1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c:/csrc/pf_mem.h 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