Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
+ * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
+ *fixinc/fixincl.x: regen
+ *fixinc/inclhack.sh: regen
Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
#endif /* __LINT__ */\n\
#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */\n\
#endif /* #ifndef __INT_VARARGS_H */\n\
-_EOF_",
+_EOF_\n",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
\#endif /* __LINT__ */
\#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */
\#endif /* #ifndef __INT_VARARGS_H */
-_EOF_";
+_EOF_\n";
};
#endif /* __LINT__ */
#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */
#endif /* #ifndef __INT_VARARGS_H */
-_EOF_ ) < $infile > ${DESTDIR}/fixinc.tmp
+_EOF_
+ ) < $infile > ${DESTDIR}/fixinc.tmp
# Shell scripts have the potential of removing the output
# We interpret that to mean the file is not to be altered
< $infile > ${DESTDIR}/fixinc.tmp
rm -f ${DESTFILE}
mv -f ${DESTDIR}/fixinc.tmp ${DESTFILE}
- fi # end of selection 'if'
-
+ fi # if test
#
# Fix 19: Ecd_Cursor