Skip to content
  • Emmanuele Bassi's avatar
    script: Hide private symbols · bcd37e2e
    Emmanuele Bassi authored
    A bunch of private functions we use when parsing got exposed accidentaly
    to the list of public symbols by virtue of not having the leading '_'
    that we use to filter them out of the shared object — all the while the
    header that declares them is a private, non installed one.
    
    Let's rectify this situation with a bit of minor surgery on the code.
    bcd37e2e