-/* $OpenBSD: asr_private.h,v 1.38 2015/12/16 16:32:30 deraadt Exp $ */
+/* $OpenBSD: asr_private.h,v 1.39 2016/08/20 19:08:57 jca Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
fprintf(_asr_debug, "--------------\n"); \
} } while (0)
+#else /* DEBUG */
+
+#define DPRINT(...)
+#define DPRINT_PACKET(...)
+
+#endif /* DEBUG */
+
const char *_asr_querystr(int);
const char *_asr_statestr(int);
const char *_asr_transitionstr(int);
extern FILE *_asr_debug;
-#else /* DEBUG */
-
-#define DPRINT(...)
-#define DPRINT_PACKET(...)
-
-#endif /* DEBUG */
-
#define async_set_state(a, s) do { \
DPRINT("asr: [%s@%p] %s -> %s\n", \
_asr_querystr((a)->as_type), \