das 8e70682815 Begin de-spaghettifying the code that handles positional arguments.
In particular, encapsulate the state of the type table in a struct,
and add inline functions to initialize, free, and manipulate that
state. This replaces some ugly macros that made proper error handling
impossible.

While here, remove an unneeded test for NULL and a variable that is
initialized (many times!) but never used. The compiler didn't catch
these because of rampant use of the same variable to mean different
things in different places.

This commit should not cause any changes in functionality.
2008-06-29 21:01:27 +00:00
..
2008-05-04 22:24:40 +00:00
2008-06-13 21:49:21 +00:00
2008-05-15 15:28:18 +00:00
2008-06-28 01:43:24 +00:00
2008-05-09 02:28:52 +00:00