CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/19 16:20:34
Modified files:
usr.bin/lex : buf.c dfa.c filter.c flexdef.h gen.c initscan.c
main.c misc.c regex.c scan.l scanflags.c sym.c
Log message:
flex_alloc and flex_free are nothing more than malloc and free, so replace
them with the real functions so as to not trick people into thinking they
are special
