- Timestamp:
- Feb 2, 2023 12:49:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw-kmk.cpp
r98434 r98440 2218 2218 ScmStreamWrite(pOut, &pchLine[offLine], cchLine - offLine); 2219 2219 ScmStreamPutEol(pOut, Parser.enmEol); 2220 2221 /* If line continuation is used, it's typically to disable 2222 a property variable, so we just pass it thru as-is */ 2223 while (scmKmkIsLineWithContinuation(pchLine, cchLine)) 2224 { 2225 Parser.pchLine = pchLine = ScmStreamGetLine(pIn, &Parser.cchLine, &Parser.enmEol); 2226 if (!pchLine) 2227 break; 2228 cchLine = Parser.cchLine; 2229 ScmStreamPutLine(pOut, pchLine, cchLine, Parser.enmEol); 2230 } 2220 2231 continue; 2221 2232 }
Note:
See TracChangeset
for help on using the changeset viewer.