=================================================================== RCS file: /cvs/mandoc/Attic/compat_fgetln.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/compat_fgetln.c 2014/08/10 23:54:41 1.3 +++ mandoc/Attic/compat_fgetln.c 2014/08/16 19:00:01 1.4 @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_FGETLN +#if HAVE_FGETLN int dummy;