Date: Fri, 11 Jun 2010 04:38:14 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l Message-ID: <201006110438.o5B4cRkA031347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2010-06-11 04:38:14 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l Log: SVN rev 209030 on 2010-06-11 04:38:14Z by kan In dtrace lexer, do not unput token if it is EOF. This is harmless with OpenSolaris fex and yacc, but with FreeBSD causes '\xff' symbol to be physically put into input buffer, causing subsequent syntax error. MFC after: 1 week Revision Changes Path 1.3 +2 -1 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_lex.l
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006110438.o5B4cRkA031347>