diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 13:05:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 13:05:39 +0000 |
commit | a7ed61dcf673ad701c92e2766499747edf2ab397 (patch) | |
tree | 16b88ec7b3babcf197ae6a84e124f7f13c9f6c49 /app/xkbprint/utils.h | |
parent | 02ca0b605fd0e0631f92a271583eafc9969141b1 (diff) |
Update to xkbprint 1.0.2
Diffstat (limited to 'app/xkbprint/utils.h')
-rw-r--r-- | app/xkbprint/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/xkbprint/utils.h b/app/xkbprint/utils.h index 63a7681d0..b76a93b08 100644 --- a/app/xkbprint/utils.h +++ b/app/xkbprint/utils.h @@ -173,9 +173,7 @@ extern char *uStringDup( #define DEBUG_VAR debugFlags #endif -#ifdef DEBUG_VAR_NOT_LOCAL extern -#endif unsigned int DEBUG_VAR; extern void uDebug( char *s, ... ); |