Fixed lots of warning and made code compatible with C89 and ANSI with -pedantic.
[debian/pforth] / csrc / pfcustom.c
index ca42f618a5b1ea037a2e093a81546a6a437b465f..1cacea2d6a534134d7ec92bd3b59e116abfe1b9d 100644 (file)
@@ -77,7 +77,7 @@ Err LoadCustomFunctionTable( void )
 ** If your loader supports global initialization (most do.) then just\r
 ** create the table like this.\r
 */\r
-void *CustomFunctionTable[] =\r
+CFunc0 CustomFunctionTable[] =\r
 {\r
        (CFunc0) CTest0,\r
        (CFunc0) CTest1\r