Skip to content
  • Paul Hervot's avatar
    bison: do not fuse switches using YYCASE_ · afaa9cd7
    Paul Hervot authored
    More recent versions of bison generate some switch blocks using a
    `YYCASE_` macro. This macro made the fuse-switch script stop outputing,
    resulting in a botched generated file.
    
    This commit make the fuse-switch ignore those switch blocks and keep
    them as is.
    
    fix #215
    afaa9cd7