diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
commit | 64fd18cbb2e8fb3ed44dd20ee3d0cced7fa1a5c2 (patch) | |
tree | 256fdc8938df0a0fa1b7f167567d0660aa9e232f /Build/source/texk/xdvik/psdps.c | |
parent | dd3e4c3b3688ba6289553b06af392e42123eb76e (diff) |
towards TL2010: texk/xdvik
git-svn-id: svn://tug.org/texlive/trunk@15967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/psdps.c')
-rw-r--r-- | Build/source/texk/xdvik/psdps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/psdps.c b/Build/source/texk/xdvik/psdps.c index 10a51263b60..e77c88091bc 100644 --- a/Build/source/texk/xdvik/psdps.c +++ b/Build/source/texk/xdvik/psdps.c @@ -159,7 +159,7 @@ static int DPS_ev_mask = DPS_MASK_NORMAL; /* events for which we'll stop */ #if 0 -static void DPSErrorProcHandler(); +static void DPSErrorProcHandler(void); #else #define DPSErrorProcHandler DPSDefaultErrorProc #endif @@ -865,5 +865,5 @@ newdocDPS(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_DPS */ |