=================================================================== RCS file: /cvs/mandoc/compat_reallocarray.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/compat_reallocarray.c 2014/08/10 23:54:41 1.2 +++ mandoc/compat_reallocarray.c 2014/08/16 19:00:01 1.3 @@ -1,12 +1,12 @@ #include "config.h" -#ifdef HAVE_REALLOCARRAY +#if HAVE_REALLOCARRAY int dummy; #else -/* $OpenBSD: compat_reallocarray.c,v 1.2 2014/08/10 23:54:41 schwarze Exp $ */ +/* $OpenBSD: compat_reallocarray.c,v 1.3 2014/08/16 19:00:01 schwarze Exp $ */ /* * Copyright (c) 2008 Otto Moerbeek *