--- /opt/cvs/dotgnu/pnet/engine/ilrun.c Wed Nov 6 08:15:44 2002 +++ engine/ilrun.c Sun Nov 17 00:18:39 2002 @@ -29,7 +29,8 @@ #ifdef __cplusplus extern "C" { #endif - + +#include "custom_int.c" /* add the stuff into the mixture */ /* * Imports from "register.c". */ @@ -312,6 +313,9 @@ return 1; } + ILExecProcessSetInternalCallTable(process,internalClassTable, + numInternalClasses); /* from custom_int.c */ + /* Convert the arguments into an array of strings */ thread = ILExecProcessGetMain(process); args = ILExecProcessSetCommandLine(process, argv[1], argv + 2);