Changeset fbfde843 for src/libcfa/fstream
- Timestamp:
- May 2, 2016, 3:15:07 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- d7903b1
- Parents:
- 540de412 (diff), e945826 (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
-
src/libcfa/fstream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/fstream
r540de412 rfbfde843 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue Apr 19 20:44:10201613 // Update Count : 8 412 // Last Modified On : Thu Apr 28 08:08:04 2016 13 // Update Count : 88 14 14 // 15 15 … … 22 22 struct ofstream { 23 23 void *file; 24 intsepDefault;25 int sepOnOff; 24 _Bool sepDefault; 25 int sepOnOff; // FIX ME: type should be _Bool 26 26 char separator[separateSize]; 27 27 }; // ofstream
Note:
See TracChangeset
for help on using the changeset viewer.