Changeset c84dd61 for tests/io/manipulatorsInput.cfa
- Timestamp:
- Jun 21, 2023, 2:38:55 AM (2 years ago)
- Branches:
- master
- Children:
- 92355883
- Parents:
- 0b0a285 (diff), 2de175ce (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
-
tests/io/manipulatorsInput.cfa
r0b0a285 rc84dd61 7 7 // Created On : Sat Jun 8 17:58:54 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Wed Jul 15 15:56:03 202010 // Update Count : 4 79 // Last Modified On : Sat Jun 17 07:56:02 2023 10 // Update Count : 48 11 11 // 12 12 … … 152 152 sin | ignore( wdi( 8, ldc ) ); sout | ldc; 153 153 } 154 #if defined( __SIZEOF_INT128__ )154 #if defined( __SIZEOF_INT128__ ) 155 155 { 156 156 int128 val; … … 160 160 } 161 161 } 162 #endif // __SIZEOF_INT128__162 #endif // __SIZEOF_INT128__ 163 163 } // main 164 164
Note:
See TracChangeset
for help on using the changeset viewer.