ChangeLogTag:Thu May 06 13:58:48 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>

This commit is contained in:
Gonzalo A. Diethelm
1999-05-06 18:51:12 +00:00
parent 2592cb0111
commit 47e49c3240
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Thu May 06 13:58:48 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* source/vm/hvm.c:
Changed the prototype for ForceLink so that it is declared and
defined as a static function.
Thu May 06 13:09:45 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* config/bin.cf:

View File

@@ -121,7 +121,7 @@ void CodeblockEvaluate( PCODEBLOCK, WORD );
void CodeblockCopy( PITEM, PITEM );
void CodeblockDetach( PCODEBLOCK );
void ForceLink( void );
static void ForceLink( void );
#define STACK_INITITEMS 100
#define STACK_EXPANDITEMS 20