=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xlint/Attic/README,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/xlint/Attic/README 2006/04/26 16:33:38 1.1 --- src/usr.bin/xlint/Attic/README 2007/09/24 19:56:34 1.2 *************** *** 15,21 **** includes global symbols for the current translation unit, as well as locals (inside a function definition). When it parses a function definition, it pushes a symbol table context onto the stack, and ! then pops it off when it when the function definition ends. lint1 does the vast majority of its checks one expression at a time. It uses the symbol table (which contains types of symbols) and almost --- 15,21 ---- includes global symbols for the current translation unit, as well as locals (inside a function definition). When it parses a function definition, it pushes a symbol table context onto the stack, and ! then pops it off when the function definition ends. lint1 does the vast majority of its checks one expression at a time. It uses the symbol table (which contains types of symbols) and almost *************** *** 27,30 **** is finished parsing an expression, you will not see any more warnings regarding that expression. ! $OpenBSD: README,v 1.1 2006/04/26 16:33:38 cloder Exp $ --- 27,30 ---- is finished parsing an expression, you will not see any more warnings regarding that expression. ! $OpenBSD: README,v 1.2 2007/09/24 19:56:34 jmc Exp $