]> git.eshelyaron.com Git - emacs.git/commitdiff
(store_function_docstring): Arg is now EMACS_INT.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Jan 1995 07:19:10 +0000 (07:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Jan 1995 07:19:10 +0000 (07:19 +0000)
src/doc.c

index 67f91a4209ffe21e5d51f290efde1a08d7d321ed..d401fe73305019adf323ae19c93a0d11c6687bed 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -362,7 +362,8 @@ translation.")
 static void
 store_function_docstring (fun, offset)
      Lisp_Object fun;
-     int offset;
+     /* Use EMACS_INT because we get this from pointer subtraction.  */
+     EMACS_INT offset;
 {
   fun = indirect_function (fun);