1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(make_number): The arg can be bigger than `int'.

This commit is contained in:
Stefan Monnier 2005-03-24 19:51:13 +00:00
parent 3659a2b894
commit 217604dab1

View File

@ -1502,7 +1502,7 @@ mark_interval_tree (tree)
#ifndef make_number
Lisp_Object
make_number (n)
int n;
EMACS_INT n;
{
Lisp_Object obj;
obj.s.val = n;