InternetRFCBody, ZapQuotesBelow, EditNewLine and other fixes

This commit is contained in:
Alexander S. Aganichev
2001-06-12 17:31:12 +00:00
parent 4dc91867e5
commit 9008bc555d
9 changed files with 78 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
TOP=../..
TARGET=glibc
INCS=-I$(TOP)/goldlib/glibc
INCS=-I$(TOP)/goldlib/glibc -I$(TOP)/goldlib/gall
CFLAGS=-DHAVE_CONFIG_H
include $(TOP)/GNUmakef.inc

View File

@@ -27,7 +27,7 @@
#include <errno.h>
#include <fnmatch.h>
#include <ctype.h>
#include <gctype.h>
#if HAVE_STRING_H
# include <string.h>

View File

@@ -210,7 +210,7 @@ init_syntax_once ()
#include "regex.h"
/* isalpha etc. are used for the character classes. */
#include <ctype.h>
#include <gctype.h>
/* Jim Meyering writes: