Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
f044fbb3
Commit
f044fbb3
authored
Dec 08, 2015
by
yoogx
Browse files
* Complete error message for missing C99 headers
parent
7c9e4445
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/po_hi_types.h
View file @
f044fbb3
...
...
@@ -28,11 +28,10 @@
* on the target host.
*/
#ifdef HAVE_STDBOOL_H
typedef
bool
__po_hi_bool_t
;
#else
#error This configuration is not supported
#error This configuration is not supported
, PolyORB-HI/C requires a C compiler supporting the "bool" type.
#endif
typedef
float
__po_hi_float32_t
;
...
...
@@ -57,7 +56,7 @@ typedef double __po_hi_float64_t;
* Most modern compilers have stdint.h header file.
*/
#error This configuration is not supported
#error This configuration is not supported
, PolyORB-HI/C requires a C compiler with support for the stdint.h header file.
#if SIZEOF_INT == 4
typedef
int
__po_hi_int32_t
;
...
...
@@ -86,7 +85,6 @@ typedef double __po_hi_float64_t;
typedef
unsigned
char
__po_hi_byte_t
;
typedef
enum
{
__PO_HI_IN_DATA_INTER_PROCESS
=
0
,
...
...
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