Skip to content
  • Leslie Zhai's avatar
    Fix yymore_used_but_not_detected undefined issue · 7aa292e5
    Leslie Zhai authored and Kevin Funk's avatar Kevin Funk committed
    flex-2.6.3 failed to
    
    ```
      #define yymore() yymore_used_but_not_detected
    ```
    
    throw yymore_used_but_not_detected undefined issue, so I simply added --yymore option for CMakeLists.txt
    
    REVIEW: 129766
    BUG: 374523
    FIXED-IN: 2.0.1
    7aa292e5
Loading