tmpfile: Rename "struct tmpfile" to "struct temp_file". 20100611040505/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 11 Jun 2010 04:31:59 +0000 (21:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 11 Jun 2010 04:32:45 +0000 (21:32 -0700)
commit70514b3f2f32d57e58b04c01c83bc5f372559824
tree33555a40528dfd4c444bdd816d5657071c65514a
parenta3b36ef5a41b5fd4899b31dcde7bafad49642028
tmpfile: Rename "struct tmpfile" to "struct temp_file".

Mingw builds were failing because Gnulib was replacing "tmpfile" by
"rpl_tmpfile", and this was visible only to some users of "struct tmpfile".
The safest fix seems to be just renaming struct tmpfile, so that's what
this commit does.

Thanks to Harry Thijssen <pspp@sjpaes.nl> for reporting the problem.

Bug #29965.
src/data/case-tmpfile.c
src/libpspp/automake.mk
src/libpspp/sparse-xarray.c
src/libpspp/temp-file.c [new file with mode: 0644]
src/libpspp/temp-file.h [new file with mode: 0644]
src/libpspp/tmpfile.c [deleted file]
src/libpspp/tmpfile.h [deleted file]
tests/automake.mk