ext/ruby_prof.h in ruby-prof-0.7.6 vs ext/ruby_prof.h in ruby-prof-0.7.7

- old
+ new

@@ -71,10 +71,10 @@ #define INITIAL_CALL_INFOS_SIZE 2 /* ================ Measurement =================*/ #ifdef HAVE_LONG_LONG -typedef unsigned LONG_LONG prof_measure_t; +typedef unsigned LONG_LONG prof_measure_t; // long long is 8 bytes on 32-bit #else typedef unsigned long prof_measure_t; #endif #include "measure_process_time.h"