comparison configure @ 831:5d09ddada9ae

[xemacs-hg @ 2002-05-09 07:15:20 by ben] fix two bugs noted by Steve doprnt.c: Use make_int() not make_char() when error about bad charval, or abort will occur. extents.c: Loop over children, not ourself -- avoid infinite loop. lisp-disunion.h, lisp-union.h: Rename make_char() to make_char_1 for error-checking purposes. lread.c: Syntax error if escape is outside of ISO-8859-1 range. Remove hopelessly broken (and unworkable) FSF_KEYS code. mule-coding.c, search.c: Spacing changes. text.h: New make_char() -- verify that the char value is legal.
author ben
date Thu, 09 May 2002 07:16:38 +0000
parents a634e3b7acc8
children 2b6fa2618f76
comparison
equal deleted inserted replaced
830:20baef34a0b0 831:5d09ddada9ae
15747 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." 15747 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects."
15748 test "$pdump" = yes && echo " Using the new portable dumper." 15748 test "$pdump" = yes && echo " Using the new portable dumper."
15749 test "$debug" = yes && echo " Compiling in support for extra debugging code." 15749 test "$debug" = yes && echo " Compiling in support for extra debugging code."
15750 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." 15750 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)."
15751 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \ 15751 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \
15752 != "no no no no no no"; then 15752 != "no no no no no no no no no"; then
15753 echo " WARNING: ---------------------------------------------------------" 15753 echo " WARNING: ---------------------------------------------------------"
15754 echo " WARNING: Compiling in support for runtime error checking." 15754 echo " WARNING: Compiling in support for runtime error checking."
15755 echo " WARNING: XEmacs will run noticeably more slowly as a result." 15755 echo " WARNING: XEmacs will run noticeably more slowly as a result."
15756 echo " WARNING: Error checking is on by default for XEmacs beta releases." 15756 echo " WARNING: Error checking is on by default for XEmacs beta releases."
15757 echo " WARNING: ---------------------------------------------------------" 15757 echo " WARNING: ---------------------------------------------------------"