* src/timefns.c (time_arith): Omit incorrect comment.
This commit is contained in:
parent
4dec693f70
commit
5cca73dd82
1 changed files with 1 additions and 3 deletions
|
@ -1033,9 +1033,7 @@ lispint_arith (Lisp_Object a, Lisp_Object b, bool subtract)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Given Lisp operands A and B, add their values, and return the
|
/* Given Lisp operands A and B, add their values, and return the
|
||||||
result as a Lisp timestamp that is in (TICKS . HZ) form if either A
|
result as a Lisp timestamp. Subtract instead of adding if SUBTRACT. */
|
||||||
or B are in that form or are floats, (HI LO US PS) form otherwise.
|
|
||||||
Subtract instead of adding if SUBTRACT. */
|
|
||||||
static Lisp_Object
|
static Lisp_Object
|
||||||
time_arith (Lisp_Object a, Lisp_Object b, bool subtract)
|
time_arith (Lisp_Object a, Lisp_Object b, bool subtract)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue