; * src/lisp.h (integer_to_intmax): Fix typo.
This commit is contained in:
parent
856806d30f
commit
ee4ba5c8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -3475,7 +3475,7 @@ extern Lisp_Object make_bignum_str (char const *, int);
|
|||
extern Lisp_Object make_neg_biguint (uintmax_t);
|
||||
extern Lisp_Object double_to_integer (double);
|
||||
|
||||
/* Converthe integer NUM to *N. Return true if successful, false
|
||||
/* Convert the integer NUM to *N. Return true if successful, false
|
||||
(possibly setting *N) otherwise. */
|
||||
INLINE bool
|
||||
integer_to_intmax (Lisp_Object num, intmax_t *n)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue