1*357f1050SThomas VeermanTue Oct 5 21:51:59 1993 Vern Paxson 2*357f1050SThomas Veerman 3*357f1050SThomas Veerman * Removed FILTER/ subdirectory. 4*357f1050SThomas Veerman 5*357f1050SThomas Veerman * Removed alloca.c. 6*357f1050SThomas Veerman 7*357f1050SThomas Veerman * Changed Makefile definition of CC to just "gcc -g", removed 8*357f1050SThomas Veerman assumption of alloca being present. 9*357f1050SThomas Veerman 10*357f1050SThomas Veerman * Added pointer to MISC/fastwc/ to wc.lex. 11*357f1050SThomas Veerman 12*357f1050SThomas VeermanTue Jun 8 15:47:39 1993 Gavin Thomas Nicol (nick at sillybugs) 13*357f1050SThomas Veerman 14*357f1050SThomas Veerman * Changed main() in wc.lex extensively. The old version would not 15*357f1050SThomas Veerman work correctly without the YY_NEW_FILE. (lex handles the older 16*357f1050SThomas Veerman version OK though). 17*357f1050SThomas Veerman 18*357f1050SThomas Veerman * Added a rule to expr.lex to handle whitespace. The old version 19*357f1050SThomas Veerman reported an illegal character. 20*357f1050SThomas Veerman 21*357f1050SThomas Veerman * Added -traditional to the gcc flags because the flex definition 22*357f1050SThomas Veerman for free() clashes with some systems that have old header files. 23*357f1050SThomas Veerman 24*357f1050SThomas Veerman 25