Fix a syntax error in C code which probably hasn't been executed

Estimated hours taken: 0.1

library/time.m:
        Fix a syntax error in C code which probably hasn't been executed
        before because of preprocessor tricks.
This commit is contained in:
David Jeffery
1999-11-09 06:16:34 +00:00
parent 22840901fd
commit c4938baac3

View File

@@ -233,7 +233,7 @@ time__times(Tms, Result, IO0, IO) :-
CUt = (Integer) t.tms_cutime;
CSt = (Integer) t.tms_cstime;
#else
Ret = -1
Ret = -1;
#endif
update_io(IO0, IO);
}").