Changeset 210c737 for libcfa/src/iostream.cfa
- Timestamp:
- Aug 1, 2023, 10:26:10 PM (2 years ago)
- Branches:
- master
- Children:
- 2cb15b0, d5f5eb7
- Parents:
- 4852232 (diff), afb3d68 (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
-
libcfa/src/iostream.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
r4852232 r210c737 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 18 13:56:01202313 // Update Count : 140 312 // Last Modified On : Sun Jul 30 23:01:00 2023 13 // Update Count : 1406 14 14 // 15 15 … … 230 230 ostype & ?|?( ostype & os, const char s[] ) { 231 231 enum { Open = 1, Close, OpenClose }; 232 static const unsigned char mask[256] @= { 232 static const unsigned char mask[256] @= { // 256 covers all Latin-1 characters 233 233 // opening delimiters, no space after 234 234 ['('] : Open, ['['] : Open, ['{'] : Open,
Note:
See TracChangeset
for help on using the changeset viewer.