8000 Certain files are missing C++ name mangling protections · Issue #172 · samtools/htslib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Certain files are missing C++ name mangling protections #172
Closed
@mp15

Description

@mp15

regidx.h
vcf_sweep.h
vcfutils.h

are missing their:

ifdef __cplusplus

extern "C" {

endif

// functions

ifdef __cplusplus

}

endif

Anti-name mangling measures. Also vcf.h has some of the inline functions outside the extern "C" bracers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0