Skip to content

Commit

Permalink
typedef fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Jul 19, 2018
1 parent 56d504c commit a6370d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/qdldl_types.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typedef @QDLDL_FLOAT_TYPE@ QDLDL_float; /* for numerical values */
#if __STDC_VERSION__ >= 199901L
typedef _Bool QDLDL_bool;
#else
#define int QDLDL_bool;
typedef int QDLDL_bool;
#endif

# ifdef __cplusplus
Expand Down

0 comments on commit a6370d3

Please sign in to comment.