We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f6c41 commit e225a5aCopy full SHA for e225a5a
include/ps_type_definition.h
@@ -136,9 +136,9 @@ extern "C"
136
/** @brief Type definition: type + base + parameters if needed (simple types have type == base) */
137
typedef struct s_ps_type_definition
138
{
139
- // ps_value_type type; /** @brief visible value type */
140
- // ps_value_type base; /** @brief same as type for internal types like integer or char,
141
- // values for sub-type for subranges and enums, ... */
+ ps_value_type type; /** @brief visible value type */
+ ps_value_type base; /** @brief same as type for internal types like integer or char,
+ values for sub-type for subranges and enums, ... */
142
union {
143
ps_type_definition_enum e;
144
ps_type_definition_subrange g;
0 commit comments