From c8a96070172673d05574e3c9fe21e28750610223 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 11 May 2001 23:48:21 +0000 Subject: c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_charconst... * c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_charconst, to which most of the code body is moved. * cppexp.c (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE, MAX_LONG_TYPE_SIZE, MAX_INT_TYPE_SIZE, MAX_CHAR_TYPE_MASK, MAX_WCHAR_TYPE_MASK, parse_escape, parse_charconst): Remove. (lex): Use cpp_interpret_charconst. * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst, hex_digit_value): New functions. (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): New macros. * cpplib.h (cpp_interpret_charconst): New prototype. * Makefile.in: Update. From-SVN: r41978 --- gcc/cppinternals.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppinternals.texi') diff --git a/gcc/cppinternals.texi b/gcc/cppinternals.texi index c60a9a8..2a038cb 100644 --- a/gcc/cppinternals.texi +++ b/gcc/cppinternals.texi @@ -391,7 +391,7 @@ macro is defined when we leave the header file for the first time. If the host supports it, we try to map suitably large files into memory, rather than reading them in directly. -The include paths are intenally stored on a null-terminated +The include paths are internally stored on a null-terminated singly-linked list, starting with the @code{"header.h"} directory search chain, which then links into the @code{} directory chain. -- cgit v1.1