bug fix in is_struct
This commit is contained in:
parent
9cf0130512
commit
eda43043d5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ let rec vd_mem n = function
|
|||
let is_record_type ty = match ty with
|
||||
| Tid n ->
|
||||
(match Modules.find_type n with
|
||||
| Tenum _ -> true
|
||||
| Tstruct _ -> true
|
||||
| _ -> false)
|
||||
| _ -> false
|
||||
|
||||
|
|
Loading…
Reference in a new issue