tip_of_the_day.list.in warning: backslash and newline separated by space

Archimedes Submerged archimerged at gmail.com
Tue Jul 11 09:17:14 EDT 2006


gcc -E -P -x c -D'N_(x)=x' -o tip_of_the_day.list.tmp tip_of_the_day.list.in
tip_of_the_day.list.in:1:59: warning: backslash and newline separated by
space
tip_of_the_day.list.in:2:53: warning: backslash and newline separated by
space
tip_of_the_day.list.in:3:63: warning: backslash and newline separated by
space
cat -s tip_of_the_day.list.tmp | /bin/sed -e 's/^ *\"\(.*\)\" *$/\1/' >
tip_of_the_day.list
rm -f tip_of_the_day.list.tmp

I suspect this should be fixed...


More information about the gnucash-devel mailing list