Skip to content
Snippets Groups Projects
Commit fd550772 authored by Claudio Gheller's avatar Claudio Gheller
Browse files

integer types corrected for C compiler

parent 90bd7442
No related merge requests found
...@@ -37,7 +37,7 @@ void wstack( ...@@ -37,7 +37,7 @@ void wstack(
} }
#else #else
void wstack( void wstack(
int, long long unsigned,
unsigned int, unsigned int,
unsigned int, unsigned int,
unsigned int, unsigned int,
...@@ -50,8 +50,8 @@ void wstack( ...@@ -50,8 +50,8 @@ void wstack(
double, double,
double, double,
int, int,
int, long long unsigned,
int, long long unsigned,
double*, double*,
int, int,
int); int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment