Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/config
Module Name: src
Committed By: cube
Date: Fri Nov 9 23:41:09 UTC 2007
Modified Files:
src/usr.bin/config: config.5 defs.h scan.l
Log Message:
Add support for "ifdef <attribute>" blocks. It goes like this:
ifdef <attr> / ifndef <attr>
elifdef <attr>
elifndef <attr>
else
endif
No indentation is possible for now, it will come later.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/config/config.5
cvs rdiff -r1.20 -r1.21 src/usr.bin/config/defs.h
cvs rdiff -r1.8 -r1.9 src/usr.bin/config/scan.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index