diff options
Diffstat (limited to 'lib/libc/asr/asr_private.h')
-rw-r--r-- | lib/libc/asr/asr_private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/asr/asr_private.h b/lib/libc/asr/asr_private.h index 03bd5655be1..7562ca5b190 100644 --- a/lib/libc/asr/asr_private.h +++ b/lib/libc/asr/asr_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_private.h,v 1.5 2012/09/05 21:49:12 eric Exp $ */ +/* $OpenBSD: asr_private.h,v 1.6 2012/09/06 13:57:51 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -16,7 +16,9 @@ */ #include <stdio.h> +#ifndef ASRNODEBUG #define DEBUG +#endif #define QR_MASK (0x1 << 15) #define OPCODE_MASK (0xf << 11) |