Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9b227e22df1a6761bc7906a7bf04471b |
User & Date: | gawthrop@users.sourceforge.net on 2000-04-11 12:22:45 |
Other Links: | branch diff | manifest | tags |
Context
2000-04-11
| ||
13:03:09 | Initial revision check-in: f3226ca0ae user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:22:45 | *** empty log message *** check-in: 9b227e22df user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:04:08 | Save old version using out files check-in: b9d7114632 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cse2smx_lang from [c2d4950465] to [ff0e07e945].
︙ | ︙ | |||
122 123 124 125 126 127 128 | END; %Shut the output according to the language. GENTRANSHUT "$1_$rep.body"; EOF if [ "$lang" = "m" ]; then | | | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | END; %Shut the output according to the language. GENTRANSHUT "$1_$rep.body"; EOF if [ "$lang" = "m" ]; then lang_header $1 $rep m 'mttx,mttu,mttt,mttpar' $out > $1_$rep.m echo '#====== Start of code ======#' >> $1_$rep.m cat $1_$rep.body | mtt_p2m >> $1_$rep.m fi # Now invoke the standard error handling. |
︙ | ︙ |