jhjourdan / C11parser

A correct C89/C90/C99/C11/C18 parser written using Menhir and OCaml
Other
192 stars 17 forks source link

aligned_struct_c18.c is missing #12

Closed pmetzger closed 5 years ago

pmetzger commented 5 years ago

tests.t now mentions aligned_struct_c18.c but the file isn't committed so the test fails. (I suspect this was an oversight.

jhjourdan commented 5 years ago

Thanks, fixed.

waldyrious commented 5 years ago

For future reference, this was fixed in 3d057a2fd.