summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/psgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/psgs.c')
-rw-r--r--Build/source/texk/xdvik/psgs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/psgs.c b/Build/source/texk/xdvik/psgs.c
index 9d929713b51..3881c0c2b07 100644
--- a/Build/source/texk/xdvik/psgs.c
+++ b/Build/source/texk/xdvik/psgs.c
@@ -729,7 +729,7 @@ toggle_gs(int flag) /* this routine is callable from within read_events(). */
}
void
-gs_resume_prescan()
+gs_resume_prescan(void)
{
if (globals.debug & DBG_PS)
puts("Resuming prescan");
@@ -1097,5 +1097,5 @@ void erasepage_gs(void)
#else
/* silence `empty compilation unit' warnings */
-static void bar(void); static void foo() { bar(); } static void bar(void) { foo(); }
+static void bar(void); static void foo(void) { bar(); } static void bar(void) { foo(); }
#endif /* PS_GS */