Overview
Comment: | Removed the name = matrix statement - now done by sed. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2c7fce898063323fc3a6d1e2180f889a |
User & Date: | gawthrop@users.sourceforge.net on 1998-05-23 15:00:27 |
Other Links: | branch diff | manifest | tags |
Context
1998-05-23
| ||
16:17:40 | Initial revision check-in: d842c7fb53 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:00:27 | Removed the name = matrix statement - now done by sed. check-in: 2c7fce8980 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:49:25 | Initial revision check-in: 660b1ecb30 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/lang_matrix.r from [f72e7da488] to [815b309cd2].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % $Id$ % % $Log$ % % Revision 1.1 1998/05/23 10:49:25 peterg % % Initial revision % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PROCEDURE Lang_Matrix; BEGIN ON NERO; |
︙ | |||
31 32 33 34 35 36 37 | 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | GENTRAN mtt_matrix(i,j) ::=: mtt_matrix(i,j); END ELSE BEGIN GENTRAN mtt_matrix(i) ::=: mtt_matrix(i,1); END; END; |