CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2024/11/09 11:03:44
Modified files: usr.bin/lex : ccl.c dfa.c filter.c flexdef.h gen.c main.c misc.c nfa.c parse.y scan.l scanopt.c sym.c tblcmp.c yylex.c Log message: ANSI-fy lex while here remove the unused function action_m4_define() and two unused variables: `opt' in scanopt_err() and `num' in filter_fix_linedirs() ok miod@