Edit

IABSD.fr/src/usr.bin/lex

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2021-11-30 15:50:06
    Hash : f185ba58
    Message : Fix indentation of return in yy_try_NUL_trans(). M4_YY_NOOP_GUTS_VAR is a no-op in most cases but its indentation remains, leading to double indentation of the return statement. This fixes "misleading indentation" warnings from clang. OK tb@