Author: bernhard Date: Wed Sep 28 14:23:09 2005 New Revision: 9263 Modified: trunk/languages/m4/src/input.pir Log: .param now expects positional params, not positional by register type Most m4 tests pass again.
Modified: trunk/languages/m4/src/input.pir ============================================================================== --- trunk/languages/m4/src/input.pir (original) +++ trunk/languages/m4/src/input.pir Wed Sep 28 14:23:09 2005 @@ -68,8 +68,8 @@ TODO: open these files and complain when =cut .sub push_file - .param pmc state .param string filename + .param pmc state # This is needed for m4___file__ # TODO: this is badly broken, when there are multiple input files
