Date: Sat, 26 Apr 2008 04:26:23 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l Message-ID: <200804260426.m3Q4QNPj098049@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2008-04-26 04:26:23 UTC
FreeBSD src repository
Modified files:
cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l
Log:
* Define YY_INPUT for flex since input() can't be re-defined.
* On FreeBSD define both LITTLE_ENDIAN and BIG_ENDIAN and then set the
BYTE_ORDER to the one we are using. On Solaris they define one or
the other but not both. For us to keep using FreeBSD header files,
we need to use endian definitions the same way we do in pure BSD
code.
Revision Changes Path
1.2 +0 -0 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?200804260426.m3Q4QNPj098049>
