Changes in src/libcfa/iostream.c [0583064b:a4dd728]
- File:
-
- 1 edited
-
src/libcfa/iostream.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream.c
r0583064b ra4dd728 154 154 ostype * ?|?( ostype * os, const char * cp ) { 155 155 enum { Open = 1, Close, OpenClose }; 156 static const unsigned char mask[256] = {156 static const unsigned char mask[256] @= { 157 157 // opening delimiters, no space after 158 158 ['('] : Open, ['['] : Open, ['{'] : Open,
Note:
See TracChangeset
for help on using the changeset viewer.