Module Name: src Committed By: dholland Date: Sun Mar 11 21:16:08 UTC 2012
Modified Files: src/usr.bin/config: defs.h gram.y lint.c mkheaders.c mkioconf.c sem.c sem.h util.c Log Message: Move locator lists to their own data structure. This can use more tidying; it is not clear to me at the moment what the "string" and "num" values pushed around in locator lists are supposed to actually mean. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/config/defs.h cvs rdiff -u -r1.35 -r1.36 src/usr.bin/config/gram.y cvs rdiff -u -r1.9 -r1.10 src/usr.bin/config/lint.c src/usr.bin/config/sem.h cvs rdiff -u -r1.18 -r1.19 src/usr.bin/config/mkheaders.c cvs rdiff -u -r1.20 -r1.21 src/usr.bin/config/mkioconf.c cvs rdiff -u -r1.40 -r1.41 src/usr.bin/config/sem.c cvs rdiff -u -r1.12 -r1.13 src/usr.bin/config/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.