summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_debug.h')
-rw-r--r--lib/skin_parser/skin_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/skin_parser/skin_debug.h b/lib/skin_parser/skin_debug.h
index 3f1a7d7edd..e9fc27a10e 100644
--- a/lib/skin_parser/skin_debug.h
+++ b/lib/skin_parser/skin_debug.h
@@ -28,7 +28,7 @@ extern "C"
28{ 28{
29#endif 29#endif
30 30
31#if !defined(ROCKBOX) || defined(__PCTOOL__) 31#if !defined(ROCKBOX) || defined(__PCTOOL__) || defined(SIMULATOR)
32#define SKINPARSER_DEBUG 32#define SKINPARSER_DEBUG
33#endif 33#endif
34 34
@@ -41,7 +41,7 @@ int skin_error_col(void);
41char* skin_error_message(void); 41char* skin_error_message(void);
42void skin_clear_errors(void); 42void skin_clear_errors(void);
43void skin_debug_tree(struct skin_element* root); 43void skin_debug_tree(struct skin_element* root);
44void skin_error_format_message(); 44void skin_error_format_message(void);
45 45
46/* Auxiliary debug functions */ 46/* Auxiliary debug functions */
47void skin_debug_params(int count, struct skin_tag_parameter params[]); 47void skin_debug_params(int count, struct skin_tag_parameter params[]);