Add support for text macros with arguments.
commit680196953b78b50b28f6b3f95eab36dbe301059f
authorMartin Whitaker <martin@wotan.local.net>
Sat, 1 Dec 2007 21:42:23 +0000 (1 21:42 +0000)
committerStephen Williams <steve@icarus.com>
Sun, 2 Dec 2007 03:32:42 +0000 (1 19:32 -0800)
treea155cdf4c2048e0468da7891ab1961d9be816583
parent103138cf4b5e5fc5676a541b399ecbf6f0e698ab
Add support for text macros with arguments.

This patch modifies the preprocessor to handle text macros with
arguments. It also fixes a bug that prevented a `line directive
being issued after a multi-line text macro had been instantiated.
ivlpp/globals.h
ivlpp/lexor.lex
ivlpp/main.c