Overview
Comment: | put = at the beginnig of SEPS list - at the end causes an error ??? |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5222cf40e4c554fb52aa2facc64f8257 |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-10 10:25:23 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-10
| ||
21:00:27 | More changes for new code gneration check-in: 116e053b8d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:25:23 | put = at the beginnig of SEPS list - at the end causes an error ??? check-in: 5222cf40e4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:07:32 | Initial revision check-in: 8e5778604c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2sympar_m2txt from [a2c46667a8] to [dd60e999cd].
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + - | # Inform user echo "Creating $1_sympar.txt" rm -f mtt_error # Separation characters |
︙ | |||
46 47 48 49 50 51 52 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + + - + | } { ## Explicit VAR declarations if (match($1,var)>0) print $2 "\t" system_name; ## Implicit declarations from the arg list if (match($1,"arg")>0) { |