From 06fd1aa9f8aa2d9705ba942055c76518fb1da1f6 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 3 Feb 2006 01:23:56 +1000 Subject: Make stack traces print absolute filenames darcs-hash:20060202152356-ac50b-9e6ab31c03d5f49824ccca7eee3b8e62d66b0009.gz --- parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index 4ad0162f..51c5b715 100644 --- a/parser.h +++ b/parser.h @@ -65,7 +65,7 @@ typedef struct block int if_state; /**< The state of the if block */ wchar_t *switch_value; /**< The value to test in a switch block */ wchar_t *function_name; /**< The name of the function to define or the function called*/ - wchar_t *source_dest; /**< The name of the file to source*/ + const wchar_t *source_dest; /**< The name of the file to source*/ event_t *event; /**