Skip to content
  • Alexandre Duret-Lutz's avatar
    bitvect: Fix compilation on 32-bits hosts. · 534edd4d
    Alexandre Duret-Lutz authored
    * src/misc/bitvect.cc: Conditionally declare fnv<8>, so that the C++
    parser does not choke on 14695981039346656037UL when compiling on a
    32bit host.  Problem observed with g++ 4.0.1 and 4.2.1 on Darwin.
    534edd4d