/[emacs]/emacs/msdos/sed2v2.inp
ViewVC logotype

Diff of /emacs/msdos/sed2v2.inp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by eliz, Sun May 2 18:54:24 2004 UTC revision 1.5 by eliz, Mon Nov 8 13:01:50 2004 UTC
# Line 84  s/^#undef POINTER_TYPE *$/#define POINTE Line 84  s/^#undef POINTER_TYPE *$/#define POINTE
84  #else\  #else\
85  #undef HAVE_STDINT_H\  #undef HAVE_STDINT_H\
86  #endif  #endif
87    # GCC 3.x has a built-in bzero, which conflicts with the define at
88    # the end of config.in
89    /^#undef HAVE_BZERO/c\
90    #if __GNUC__ >= 3\
91    #define HAVE_BZERO 1\
92    #else\
93    #undef HAVE_BZERO\
94    #endif
95    
96  # Comment out any remaining undef directives, because some of them  # Comment out any remaining undef directives, because some of them
97  # might be defined in sys/config.h we include at the top of config.h.  # might be defined in sys/config.h we include at the top of config.h.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26