Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
04374e76
Commit
04374e76
authored
Apr 26, 2014
by
Jens Gustedt
Browse files
some unused #if/#else path went wrong
parent
b88b3e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_tp.h
View file @
04374e76
...
...
@@ -22,15 +22,15 @@
# endif
#ifdef P99_TP_NEED_INTEGER
#if UINTPTR_MAX == UINT32_MAX
#
if UINTPTR_MAX == UINT32_MAX
typedef
uint64_t
p00_tp_glue
;
#else
# if defined(UINT128_MAX)
typedef
uint128_t
p00_tp_glue
;
# else
# if defined(UINT128_MAX)
typedef
uint128_t
p00_tp_glue
;
# else
typedef
p99x_uint128
p00_tp_glue
;
# endif
# endif
#endif
P99_CONSTANT
(
int
,
p00_tp_bits
,
sizeof
(
p00_tp_glue
)
*
CHAR_BIT
);
P99_CONSTANT
(
int
,
p00_tp_shift
,
p00_tp_bits
/
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment