pkgsrc/emulators/generator-cbiere/patches/patch-main_event.c

14 lines
463 B
C
Raw Normal View History

2012-12-20 22:59:20 +01:00
$NetBSD: patch-main_event.c,v 1.1 2012/12/20 21:59:21 joerg Exp $
--- main/event.c.orig 2005-09-02 02:43:05.000000000 +0000
+++ main/event.c
@@ -15,7 +15,7 @@
/* time for next event - update vdp_event - return when to call again */
-inline void event_nextevent(void)
+static inline void event_nextevent(void)
{
/* call this when it *is* time for the next event as dictated by vdp_event,
so we switch on it and update vdp_event at the same time */