]> git.ipfire.org Git - thirdparty/dhcp.git/commit
- Put all lexer globals into a parse structure.
authorTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:13:43 +0000 (03:13 +0000)
committerTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:13:43 +0000 (03:13 +0000)
commit6f4b5b31e90df69701d40f7f7da8b4367b105d78
tree577966449f26b0c612a587f8d45da4e13794144e
parent498d777ea3bd91a7483209f8a1dc3cb68154c1bd
- Put all lexer globals into a parse structure.
- Use UNIX I/O instead of stream I/O, and make it possible to just
  hang a buffer off a parse structure and parse out of the buffer with
  no associated file.
common/conflex.c