Make the private variables for various lexical analyzers static, so
authorGuy Harris <guy@alum.mit.edu>
Thu, 22 Sep 2005 18:39:25 +0000 (18:39 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 22 Sep 2005 18:39:25 +0000 (18:39 -0000)
commitd90a1a4ac60d4b0e54e821b28fc798656d119c54
treefc2f346769c4e687b6b48f3cf3058e2f577a035e
parent35bd5bd8543bb80bca0a7585fe9ad6b585b7a009
Make the private variables for various lexical analyzers static, so
that we don't have all the lexical analyzers in libethereal share them
(note that they're already static in radius_dict.l, so they weren't
sharing with any other lexical analyzer), and so that OS X 10.3.9's
run-time linker doesn't get upset at finding them defined in libethereal
and the MATE plugin.

Fix up indentation.

svn path=/trunk/; revision=15961
epan/dtd_parse.l
epan/dtd_preparse.l
plugins/mate/mate_parser.l