X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c..2bfdc82f9e73c8393d2853968db5b0b82e7537d5:/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