Module Name: src Committed By: christos Date: Mon Dec 30 22:32:45 UTC 2013
Modified Files: src/sys/external/bsd/acpica/dist/compiler: aslcompiler.y dtparser.y prparser.y Log Message: Now that our yacc supports providing yytname[] and does the name protection automatically (as it should, unlike bison), elide the name protection hacks. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 \ src/sys/external/bsd/acpica/dist/compiler/aslcompiler.y cvs rdiff -u -r1.1.1.2 -r1.2 \ src/sys/external/bsd/acpica/dist/compiler/dtparser.y cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/acpica/dist/compiler/prparser.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.