X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/90975d261c7ab39186c75d8700261faab3427de7..a80283a747da0ca5a791dcfc5fe1a6261feecc5c:/csrc/pfcustom.c diff --git a/csrc/pfcustom.c b/csrc/pfcustom.c index ca42f61..1cacea2 100644 --- a/csrc/pfcustom.c +++ b/csrc/pfcustom.c @@ -77,7 +77,7 @@ Err LoadCustomFunctionTable( void ) ** If your loader supports global initialization (most do.) then just ** create the table like this. */ -void *CustomFunctionTable[] = +CFunc0 CustomFunctionTable[] = { (CFunc0) CTest0, (CFunc0) CTest1