emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Thu, 24 Mar 2005 14:51:14 -0500

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.364 emacs/src/alloc.c:1.365
*** emacs/src/alloc.c:1.364     Fri Feb 18 18:16:09 2005
--- emacs/src/alloc.c   Thu Mar 24 19:51:13 2005
***************
*** 1502,1508 ****
  #ifndef make_number
  Lisp_Object
  make_number (n)
!      int n;
  {
    Lisp_Object obj;
    obj.s.val = n;
--- 1502,1508 ----
  #ifndef make_number
  Lisp_Object
  make_number (n)
!      EMACS_INT n;
  {
    Lisp_Object obj;
    obj.s.val = n;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]