Skip to content

Commit

Permalink
change type width detection logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Feb 10, 2014
1 parent e5086e3 commit 334d5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libasn1compiler/asn1c_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ asn1c_type_fits_long(arg_t *arg, asn1p_expr_t *expr) {
|| range->extensible
* because this may or may not indicate wide type.
*/
|| (range->extensible && (arg->flags & A1C_USE_WIDE_TYPES))
|| range->empty_constraint
|| range->incompatible
|| range->not_PER_visible
Expand Down

0 comments on commit 334d5cc

Please sign in to comment.