Changeset 1144 for trunk/source/punch_do.cpp
- Timestamp:
- 05/21/07 20:25:16 (20 months ago)
- Files:
-
- 1 modified
-
trunk/source/punch_do.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/punch_do.cpp
r1142 r1144 175 175 /* this global variable to remember where in the punch stack we are */ 176 176 punch.ipConPun = ipPun; 177 /* 177 178 /* iterations.lgLastIt is true if this is last iteration 178 179 * lgPunLstIter set true if 'last' key occurred on punch command 179 180 * normally is false. This will skip punching if last set and 180 * this is not last iteration 181 */ 182 181 * this is not last iteration */ 183 182 if( iterations.lgLastIt || (!punch.lgPunLstIter[ipPun]) ) 184 183 {
