some minor bugs
This commit is contained in:
parent
06c0a20b4d
commit
fc9f365b47
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ end_code()
|
||||||
*/
|
*/
|
||||||
def_strings(str_list);
|
def_strings(str_list);
|
||||||
str_list = 0;
|
str_list = 0;
|
||||||
C_ms_src((arith)(LineNumber - 2), FileName);
|
C_ms_src((int)(LineNumber - 2), FileName);
|
||||||
C_close();
|
C_close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ char *strcpy();
|
||||||
EXPORT
|
EXPORT
|
||||||
init_pp()
|
init_pp()
|
||||||
{
|
{
|
||||||
long clock;
|
long clock, sys_time();
|
||||||
static char date[30];
|
static char date[30];
|
||||||
char *ctime();
|
char *ctime();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue