see changelog

This commit is contained in:
Eddie Runia
1999-07-16 12:44:52 +00:00
parent 729895b90d
commit c8bee533b3
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
19990716-13:00 Eddie Runia <eddie@runia>
19990716-14:30 CET Eddie Runia <eddie@runia.com>
* source/runner/runner.c
Typo corrected
19990716-13:00 CET Eddie Runia <eddie@runia.com>
* include/initsymb.h; source/vm/initsymb.c; source/runner/runner.c;
include/run_exp.h
The runner is back on-line :-))

View File

@@ -90,7 +90,7 @@ static void InitRunnerTable( void )
{
#include <initsymb.h> /* Include default symbols */
}
#if !define( __GNUC__ )
#if !defined( __GNUC__ )
#pragma startup InitRunnerTable
#endif