Remove the `long_long' and `ulong_long' types.
authorLudovic Courtès <ludo@gnu.org>
Tue, 14 Jul 2009 22:32:05 +0000 (00:32 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 14 Jul 2009 22:32:25 +0000 (00:32 +0200)
commitba4c43dc3b6c4bb3b65883283e00228df6029371
treeb30d3f02a9922c7ec89643c51f06766ad71d43b4
parent19fef497f09c7ddd9e91e3da2e86bcdfb7f303d0
Remove the `long_long' and `ulong_long' types.

* libguile/gen-scmconfig.c (main): Don't emit typedefs for `long_long'
  and `ulong_long'.  This was already deprecated in 1.8 and known to
  cause conflicts with other libraries such as HDF5, as reported by Mark
  Patterson <mpatterson@physics.queensu.ca>
  (http://lists.gnu.org/archive/html/bug-guile/2009-02/msg00003.html).
NEWS
libguile/gen-scmconfig.c