* fixincludes: Be a little more restrictive on what we will
substitute to replace definitions of MAXINT for HPUX.
From-SVN: r16480
+Thu Nov 13 19:12:33 1997 Brendan Kehoe <brendan@cygnus.com>
+
+ * fixincludes: Be a little more restrictive on what we will
+ substitute to replace definitions of MAXINT for HPUX.
+
Thu Nov 13 18:41:02 1997 Michael Meissner <meissner@cygnus.com>
* dbxout.c (dbxout_symbol_location): Don't assume that variables
fi
if [ \! -z "$file_to_fix" ]; then
echo Checking $file_to_fix
- sed -e '/[ ]MAXINT[ ]/i\
+ sed -e '/^#[ ]*define[ ]*MAXINT[ ]/i\
#ifndef MAXINT
'\
- -e '/[ ]MAXINT[ ]/a\
+ -e '/^#[ ]*define[ ]*MAXINT[ ]/a\
#endif
' $file_to_fix > /tmp/$base
if cmp $file_to_fix /tmp/$base >/dev/null 2>&1; then \