• Wouter van Oortmerssen's avatar
    Multiple schemas parsed by flatc are now parsed independently. · 3881bbd6
    Wouter van Oortmerssen authored
    It used to be such that later schemas could depend on earlier
    schemas. This was a convenience from days before include files
    were implemented. Nowadays they cause subtle bugs rather than being
    useful, so this functionality has been removed.
    
    You now need to explicitly include files you depend upon.
    
    Change-Id: Id8292c3c621fc38fbd796da2d2cbdd63efc230d1
    Tested: on Linux.
    3881bbd6
idl_parser.cpp 58.2 KB