Changeset 789f279 for libcfa/src/parseconfig.cfa
- Timestamp:
- May 13, 2022, 6:04:32 PM (13 months ago)
- Branches:
- ADT, master, pthread-emulation, qualifiedEnum
- Children:
- d8454b9
- Parents:
- accc9df9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
raccc9df9 r789f279 13 13 #include "parseconfig.hfa" 14 14 15 16 #pragma GCC visibility push(default) 15 17 16 18 // *********************************** exceptions *********************************** … … 110 112 111 113 112 [ bool ] comments( & ifstream in, [] char name ) {114 static [ bool ] comments( & ifstream in, [] char name ) { 113 115 while () { 114 116 in | name;
Note: See TracChangeset
for help on using the changeset viewer.