Skip to content

VS2010 x86 doesn't accept LLU suffix on numbers #3647

@ip7z

Description

@ip7z

VS2010 x86 doesn't accept LLU suffix in numbers:
C2059: syntax error : 'bad suffix on number'.
zstd.h file:

#define ZSTD_MAX_INPUT_SIZE ((sizeof(size_t)==8) ? 0xFF00FF00FF00FF00LLU : 0xFF00FF00U)

ULL suffix probably fixes such issues.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions