WONKY



LOG | FILES | OVERVIEW


F diff --git a/src/semantics/value/type.h b/src/semantics/value/type.h --- a/src/semantics/value/type.h +++ b/src/semantics/value/type.h
char type_is_constant(struct Type *type);
char type_is_volatile(struct Type *type);
+ /*these return 0 if constant/volatile-ness make no sense for the type*/
+ char type_is_constant(struct Type *type);
+ char type_is_volatile(struct Type *type);
+
int type_get_integer_conversion_rank(struct Type_Basic *type);