From 2fadf5bd7d540dc64b24517d78bf0a7df9c43dc4 Mon Sep 17 00:00:00 2001 From: 93sam <93sam@a95a6be8-091b-0410-adaf-d31e6857962f> Date: Fri, 27 Nov 2009 22:49:53 +0000 Subject: [PATCH] Make cue.c build again after changes in r833 broke it. git-svn-id: svn://svn.debian.org/debburn/cdrkit/trunk@838 a95a6be8-091b-0410-adaf-d31e6857962f --- wodim/cue.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/wodim/cue.c b/wodim/cue.c index cdcce69..0eb88b3 100644 --- a/wodim/cue.c +++ b/wodim/cue.c @@ -73,6 +73,18 @@ typedef struct state { int flags; } state_t; +static char linebuf[4096]; +static char *fname; +static char *linep; +static char *wordendp; +static char wordendc; +static int olinelen; +static int linelen; +static int lineno; + +static char worddelim[] = "=:,/"; +static char nulldelim[] = ""; + #define STATE_NONE 0 #define STATE_POSTGAP 1 #define STATE_TRACK 2 @@ -990,18 +1002,6 @@ lookup(char *word, keyw_t table[]) * Parser low level functions start here... */ -static char linebuf[4096]; -static char *fname; -static char *linep; -static char *wordendp; -static char wordendc; -static int olinelen; -static int linelen; -static int lineno; - -static char worddelim[] = "=:,/"; -static char nulldelim[] = ""; - static void wdebug() {