Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
fa956657
Commit
fa956657
authored
Mar 16, 2006
by
Lev Walkin
Browse files
hpux fixes
parent
c4b2be52
Changes
1
Hide whitespace changes
Inline
Side-by-side
skeletons/asn_system.h
View file @
fa956657
...
...
@@ -58,6 +58,12 @@ typedef unsigned int uint32_t;
#if defined(sun)
#include <alloca.h>
/* For alloca(3) */
#include <ieeefp.h>
/* for finite(3) */
#elif defined(__hpux)
#ifdef __GNUC__
#include <alloca.h>
/* For alloca(3) */
#else
/* !__GNUC__ */
#define inline
#endif
/* __GNUC__ */
#else
#include <stdint.h>
/* SUSv2+ and C99 specify this file, for uintXX_t */
#endif
/* defined(sun) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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