Skip to content

multiple declarations for external functions #169

Open
fortran-lang/fortls
#14
@thijssteel

Description

@thijssteel

I work with LAPACK code a lot and they declare external functions in two lines, for example:

REAL         SLANGE
EXTERNAL     SLANGE

This trips up the multiple declarations error. Could there be an exception to this rule for complementary declarations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions