Changeset 32490deb for libcfa/src/fstream.cfa
- Timestamp:
- Jan 31, 2024, 6:40:25 PM (20 months ago)
- Branches:
- master
- Children:
- 496ffc17
- Parents:
- c75b30a (diff), e71b09a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.cfa
rc75b30a r32490deb 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Nov 15 10:51:14 202313 // Update Count : 55 212 // Last Modified On : Sun Jan 28 09:56:08 2024 13 // Update Count : 554 14 14 // 15 15 … … 209 209 void ?{}( ifstream & is, void * file ) with( is ) { 210 210 file$ = file; 211 nlOnOff$ = false; 211 nlOnOff$ = false; // => skip newlines when reading single characters 212 212 } // ?{} 213 213
Note:
See TracChangeset
for help on using the changeset viewer.