Overview
Comment: | Allowe PAR in place of VAR |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
20ed6967e0afa33c1d9cc5abe03a45b8 |
User & Date: | gawthrop@users.sourceforge.net on 2000-11-03 14:33:21 |
Other Links: | branch diff | manifest | tags |
Context
2000-11-03
| ||
14:53:33 | Copy NOTPAR as well check-in: 5461f1be3d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:33:21 | Allowe PAR in place of VAR check-in: 20ed6967e0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:20:00 | Now used within mtt_make_sympars check-in: 4ee7bc78cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2sympar_m2txt from [cddeb96ae3] to [20862ba1d3].
︙ | ︙ | |||
33 34 35 36 37 38 39 | break; } } return matched; } BEGIN { | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | break; } } return matched; } BEGIN { var = "[%|#][PAR|VAR]"; not_an_arg = "effort flow state internal external zero unknown\ mtt_e mtt_f sqrt exp log sign none abs"; arg_line = "arg = "; } { ## Explicit VAR declarations if (match($1,var)>0) print $2 "\t" system_name; |
︙ | ︙ |