emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1784ce6: ; * src/alloc.c (make_module_function): Av


From: Eli Zaretskii
Subject: [Emacs-diffs] master 1784ce6: ; * src/alloc.c (make_module_function): Avoid compiler warning.
Date: Sat, 6 May 2017 15:56:14 -0400 (EDT)

branch: master
commit 1784ce6080e4895a48ce71747a136d9642baa73e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/alloc.c (make_module_function): Avoid compiler warning.
---
 src/alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/alloc.c b/src/alloc.c
index cecd9f5..faa14ee 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3945,7 +3945,7 @@ make_user_ptr (void (*finalizer) (void *), void *p)
 
 /* Create a new module function environment object.  */
 Lisp_Object
-make_module_function ()
+make_module_function (void)
 {
   return allocate_misc (Lisp_Misc_Module_Function);
 }



reply via email to

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