comparison src/audacious/debug.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 3149d4b1a9a9
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
1 #ifndef DEBUG_H 1 #ifndef AUDACIOUS_DEBUG_H
2 #define DEBUG_H 2 #define AUDACIOUS_DEBUG_H
3 3
4 #include <glib.h> 4 #include <glib.h>
5 5
6 #ifdef NDEBUG 6 #ifdef NDEBUG
7 7
39 } G_STMT_END 39 } G_STMT_END
40 40
41 #endif /* NDEBUG */ 41 #endif /* NDEBUG */
42 42
43 43
44 #endif 44 #endif /* AUDACIOUS_DEBUG_H */