Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/ddmd/root/ctfloat.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ struct CTFloat
static real_t parse(const char *literal, bool *isOutOfRange = NULL);
static int sprint(char *str, char fmt, real_t x);

static size_t hash(real_t a);

// Constant real values 0, 1, -1 and 0.5.
static real_t zero;
static real_t one;
Expand Down