some minor bugs

This commit is contained in:
erikb 1986-08-22 09:20:13 +00:00
parent 06c0a20b4d
commit fc9f365b47
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ end_code()
*/
def_strings(str_list);
str_list = 0;
C_ms_src((arith)(LineNumber - 2), FileName);
C_ms_src((int)(LineNumber - 2), FileName);
C_close();
}

View file

@ -34,7 +34,7 @@ char *strcpy();
EXPORT
init_pp()
{
long clock;
long clock, sys_time();
static char date[30];
char *ctime();