mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +00:00
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:
@@ -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);
|
||||
}").
|
||||
|
||||
Reference in New Issue
Block a user