Skip to content

Commit e225a5a

Browse files
committed
refactoring & comments
1 parent f3f6c41 commit e225a5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/ps_type_definition.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ extern "C"
136136
/** @brief Type definition: type + base + parameters if needed (simple types have type == base) */
137137
typedef struct s_ps_type_definition
138138
{
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, ... */
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, ... */
142142
union {
143143
ps_type_definition_enum e;
144144
ps_type_definition_subrange g;

0 commit comments

Comments
 (0)