Differences From Artifact [6b223222ab]:
- Executable file mttroot/mtt/bin/trans/abg2sympar_m2txt — part of check-in [0ec0c085b0] at 2001-07-12 07:29:28 on branch origin/master — Now handles #PAR (or #VAR) declarations - adds them to the top of the sympar list (user: gawthrop@users.sourceforge.net, size: 2126) [annotate] [blame] [check-ins using] [more...]
To Artifact [538470dfa1]:
- Executable file mttroot/mtt/bin/trans/abg2sympar_m2txt — part of check-in [19daa0641a] at 2001-07-12 07:41:18 on branch origin/master — JUst do explicit params at the top level (user: gawthrop@users.sourceforge.net, size: 2110) [annotate] [blame] [check-ins using] [more...]
︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + | ## Now get the explicit declarations if [ -n "$UseLabelFile" ]; then ## Take input from lbl.txt ext=_lbl.txt else ext=_abg.m fi |