diff --git a/tecs/myc_time.c b/tecs/myc_time.c index 443f953a..03310d03 100644 --- a/tecs/myc_time.c +++ b/tecs/myc_time.c @@ -106,7 +106,6 @@ int mycTime(int date) { #ifdef F_CHAR /* compile only when fortran c interface stuff is defined */ - int F_FUN(myc_now)(void) { return mycNow(); } int F_FUN(myc_date)(int *time) { return mycDate(*time); } int F_FUN(myc_time)(int *date) { return mycTime(*date); } diff --git a/tecs/sys_util.h b/tecs/sys_util.h index 57af2b9e..7a24c2fa 100644 --- a/tecs/sys_util.h +++ b/tecs/sys_util.h @@ -49,6 +49,7 @@ typedef int sys_adr_len; /* argument of accept and gethostbyadr */ #define sys_ctrl_init() 0 + #else /* other machines are not supported */ diff --git a/tecs/tecs_cli.h b/tecs/tecs_cli.h index 024b5a54..607cfce2 100644 --- a/tecs/tecs_cli.h +++ b/tecs/tecs_cli.h @@ -3,7 +3,7 @@ #include "coc_client.h" /* - tecc.h: tecs client interface routines + tecs_cli.h: tecs client interface routines M. Zolliker March 2000 */