diff options
| author | Jon French | 2019-02-13 12:27:48 +0000 |
|---|---|---|
| committer | Jon French | 2019-02-13 12:27:48 +0000 |
| commit | ea39b3c674570ce5eea34067c36d5196ca201f83 (patch) | |
| tree | 516e7491bc32797a4d0ac397ea47387f2b16cf1b /src/latex.ml | |
| parent | ab3f3671d4dd682b2aee922d5a05e9455afd5849 (diff) | |
| parent | 24fc989891ad266eae642815646294279e2485ca (diff) | |
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'src/latex.ml')
| -rw-r--r-- | src/latex.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/latex.ml b/src/latex.ml index 71e0ba54..a0660daa 100644 --- a/src/latex.ml +++ b/src/latex.ml @@ -397,9 +397,9 @@ let process_pragma l command = let tdef_id = function | TD_abbrev (id, _, _) -> id - | TD_record (id, _, _, _, _) -> id - | TD_variant (id, _, _, _, _) -> id - | TD_enum (id, _, _, _) -> id + | TD_record (id, _, _, _) -> id + | TD_variant (id, _, _, _) -> id + | TD_enum (id, _, _) -> id | TD_bitfield (id, _, _) -> id let defs (Defs defs) = |
