Ignore:
Timestamp:
May 13, 2022, 6:04:32 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
d8454b9
Parents:
accc9df9
Message:

More standard lib visibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    raccc9df9 r789f279  
    1313#include "parseconfig.hfa"
    1414
     15
     16#pragma GCC visibility push(default)
    1517
    1618// *********************************** exceptions ***********************************
     
    110112
    111113
    112 [ bool ] comments( & ifstream in, [] char name ) {
     114static [ bool ] comments( & ifstream in, [] char name ) {
    113115        while () {
    114116                in | name;
Note: See TracChangeset for help on using the changeset viewer.