Module Name: src Committed By: christos Date: Sun Nov 4 23:25:59 UTC 2012
Modified Files: src/include: util.h Log Message: Over the years this header gained a lot of disparate functionality and willy nilly people kept adding headers appropriate to the new functionality So we reached where we are today, this header causes lots of namespace conflicts (for example you cannot use util.h from a lex file, because ECHO is macro used in lex, and ECHO is defined to 8 in termios). Roll back time, and remove all the unnecessary includes, leaving it to the program to include the ancillary headers they need. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/include/util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.