From c5111267caaf5a47be98b69a743e0a5634eabbd7 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 14 Jan 2006 09:48:42 +0000 Subject: [PATCH] Fix compiler error introduced by last enum change. --- lib/iso9660/xa.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/iso9660/xa.c b/lib/iso9660/xa.c index a768464f..d683006a 100644 --- a/lib/iso9660/xa.c +++ b/lib/iso9660/xa.c @@ -1,5 +1,5 @@ /* - $Id: xa.c,v 1.5 2005/11/06 00:39:37 rocky Exp $ + $Id: xa.c,v 1.6 2006/01/14 09:48:42 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003, 2005 Rocky Bernstein @@ -46,8 +46,12 @@ const char ISO_XA_MARKER_STRING[] = {'C', 'D', '-', 'X', 'A', '0', '0', '1'}; /* Private headers */ #include "cdio_assert.h" -/* Variables to hold debugger-helping enumerations */ -enum cdio_xa_enums; +/** The below variable is trickery to force enum symbol values to be + recorded in debug symbol tables. It is used to allow one to refer + to the enumeration value names in the typedefs above in a debugger + and debugger expressions. +*/ +xa_misc_enum_t debugger_xa_misc_enum; #define BUF_COUNT 16 #define BUF_SIZE 80