mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #496] [CLOSED] Haiku: force undefine INFINITY for GCC2 as it's not const #1135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/496
Author: @mmuman
Created: 1/25/2017
Status: ❌ Closed
Base:
master← Head:haiku-infinity📝 Commits (1)
80c9d94Haiku: force undefine INFINITY for GCC2 as it's not const📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
enc/backward_references.c(+4 -0)📄 Description
It's defined as a non-const inline union...
cf. our current math.h
I'm open to a cleaner solution. Maybe we should make it const, not sure though...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.