DEADSOFTWARE

Добавлены функции ASH и ODD, к другим добавлена свёртка констант
[dsw-obn.git] / src / oberon-type-compat.h
index b09dccc7c2155e5827c7bec573548568efbb10bf..904a89c4577de0ee9b270281103e3391b0530e0d 100644 (file)
@@ -40,6 +40,9 @@ oberon_is_boolean_type(oberon_type_t * t);
 bool
 oberon_is_array_of_char_type(oberon_type_t * t);
 
+bool
+oberon_is_type_expr(oberon_expr_t * e);
+
 
 
 bool