X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=manfmt.c;h=03b83033491147ccc89a6589d47aaf302943150a;hp=344a56cfeb04056b36e33de1074b580748f4a8dd;hb=f6eb34fe532a8392a1aa3a0f2d93e16896b8eba5;hpb=b56358ce77537daa7d462cb45030b71117452f5c diff --git a/manfmt.c b/manfmt.c index 344a56c..03b8303 100644 --- a/manfmt.c +++ b/manfmt.c @@ -3,17 +3,18 @@ static char rcsid[] ATTR_UNUSED = "$Id$"; #endif -/* - * $Log$ - * Revision 1.1.1.1 1999/05/26 13:06:26 short - * First alpha release. - * - */ - +#ifdef HAVE_STDIO_H #include -#include +#endif +#ifdef HAVE_STDLIB_H #include +#endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_LIMITS_H #include +#endif static char buf[LINE_MAX]; @@ -31,6 +32,7 @@ char f; if (*s=='\t') { if ((f=!f)) { /*fprintf(stderr,"DURING TURN-ON:%s",s);*/ + while (s[1]==' ') s++; if (s[1]=='"') s++; } else {