Commit fd550772 authored by Claudio Gheller's avatar Claudio Gheller
Browse files

integer types corrected for C compiler

parent 90bd7442
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ void wstack(
}
#else 
void wstack(
     int,
     long long unsigned,
     unsigned int,
     unsigned int,
     unsigned int,
@@ -50,8 +50,8 @@ void wstack(
     double,
     double,
     int,
     int,
     int,
     long long unsigned,
     long long unsigned,
     double*,
     int,
     int);