aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0f81c943ad3..7598386ebca 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5015,7 +5015,7 @@ returns nil, because real GC can't be done. */)
5015 5015
5016#ifdef USE_GTK 5016#ifdef USE_GTK
5017 { 5017 {
5018 extern void xg_mark_data (); 5018 extern void xg_mark_data (void);
5019 xg_mark_data (); 5019 xg_mark_data ();
5020 } 5020 }
5021#endif 5021#endif