diff src/eval.c @ 20378:cf1b52f5c34a

(do_autoload): Return void.
author Andreas Schwab <schwab@suse.de>
date Fri, 28 Nov 1997 14:39:13 +0000
parents d75a1b915e20
children fa9ff387d260
line wrap: on
line diff
--- a/src/eval.c	Fri Nov 28 14:37:15 1997 +0000
+++ b/src/eval.c	Fri Nov 28 14:39:13 1997 +0000
@@ -1618,6 +1618,7 @@
    FUNNAME is the symbol which is the function's name.
    FUNDEF is the autoload definition (a list).  */
 
+void
 do_autoload (fundef, funname)
      Lisp_Object fundef, funname;
 {