summaryrefslogtreecommitdiff
path: root/web/systems/mac/cweb/CWEBChangeFilesForMacOS/cweav-mac.ch
blob: e493c5fc0bed25e2b25bb95ef7635c5be1cd5a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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