Differences From Artifact [3b05b7d2a2]:
- Executable file mttroot/mtt/cc/parse_m2cc.cc — part of check-in [9ef1e76549] at 2000-12-28 09:47:29 on branch origin/master — put under RCS (user: gawthrop@users.sourceforge.net, size: 5442) [annotate] [blame] [check-ins using] [more...]
To Artifact [fde05ab4ba]:
- Executable file mttroot/mtt/cc/parse_m2cc.cc — part of check-in [be3660debc] at 2001-03-09 02:59:26 on branch origin/merging-ode2odes-exe — got_comment: (char)c no longer compared to (int)EOF. (user: geraint@users.sourceforge.net, size: 5487) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + + | /* $Id$ * $Log$ * Revision 1.1 2000/12/28 09:46:05 peterg * put under RCS * * Revision 1.1 2000/10/31 04:29:50 geraint * Initial revision * */ |
︙ | |||
197 198 199 200 201 202 203 | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 | - + - - - + + - | { /* * get remainder of line in case there are any commented keywords */ char c; cout << " // "; cin >> c; |
︙ |