=================================================================== RCS file: /cvs/mandoc/compat_ohash.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/compat_ohash.c 2014/08/10 23:54:41 1.5 +++ mandoc/compat_ohash.c 2014/08/16 19:00:01 1.6 @@ -1,12 +1,12 @@ #include "config.h" -#ifdef HAVE_OHASH +#if HAVE_OHASH int dummy; #else -/* $OpenBSD: compat_ohash.c,v 1.5 2014/08/10 23:54:41 schwarze Exp $ */ +/* $OpenBSD: compat_ohash.c,v 1.6 2014/08/16 19:00:01 schwarze Exp $ */ /* Copyright (c) 1999, 2004 Marc Espie *