Skip to content

LLONG_MIN not declared #2

@victor-moreno

Description

@victor-moreno

Would not compile as is on linux CentOS 6.2
int64.h:43: error: 'LLONG_MIN' not declared
I had to add to int64.h

#include <limits.h>

Then it compiled OK

But when I tested, 'NA' appear as 0, which is not very useful

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