This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

acconfig.h bugfix



An extra #undef ENABLE_CHECKING got added by the last gcc2 -> egcs merge.

This patch removes one of the #undefs.

        * acconfig.h (ENABLE_CHECKING): Remove redundant #undef.
        * config.in: Rebuilt.

Index: acconfig.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/acconfig.h,v
retrieving revision 1.29
diff -c -3 -p -r1.29 acconfig.h
*** acconfig.h	1999/03/19 00:47:35	1.29
--- acconfig.h	1999/04/04 05:09:02
***************
*** 108,116 ****
  /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
  #undef NEED_DECLARATION_FPUTS_UNLOCKED
  
- /* Define if you want expensive run-time checks. */
- #undef ENABLE_CHECKING
- 
  /* Define to enable the use of a default assembler. */
  #undef DEFAULT_ASSEMBLER
  
--- 108,113 ----




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]