diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-28 14:32:40 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-28 14:32:40 +0200 |
commit | 9ade9fd834a59e505c4856a206851c8256d08abe (patch) | |
tree | 7fd44496ab130cc42353beee792b19b9cf918958 /hugin.c | |
parent | 71f375f27e7a59115c0ddace258052f3147dd023 (diff) |
Fix nameclash with gcc __debug symbol.20140528
Diffstat (limited to 'hugin.c')
-rw-r--r-- | hugin.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -379,9 +379,9 @@ static int scprintf(const char *fmt, ...) #define HDR_ARGS debug_class_str[(unsigned)cl], ch, func, line -int __debug(const char *func, const int line, - const enum __debug_class cl, - const char *ch, const char *fmt, ...) +int __hugin__debug(const char *func, const int line, + const enum __debug_class cl, + const char *ch, const char *fmt, ...) { int result = 0; int sz; |