This is the change file for CWEB's CWEAVE under MacOS (Contributed by Markus van Almsick m.van.almsick@cityweb.de, October 2000) Changes necessary for compiling with Metrowerks CodeWarrior Pro 5 Use the stationary for a Std C console This change file addresses only one issues: 1. The MacOS does not have a command line driven console by default. We have to insert the ccommand routine. @x /* insert MacOS command line dialog */ argc=ac; argv=av; @y argc=ac; argv=av; argc = ccommand (&argv); /* addition for MacOS */ @z