mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #858] [CLOSED] fix 'include' #1457
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/858
Author: @vorfol
Created: 10/19/2020
Status: ❌ Closed
Base:
master← Head:openvms📝 Commits (2)
d04ffe2fix 'include'906a427add a comment to test conflict📊 Changes
50 files changed (+913 additions, -0 deletions)
View changed files
📝
common/dictionary.c(+5 -0)📝
dec/bit_reader.c(+8 -0)📝
dec/bit_reader.h(+4 -0)📝
dec/decode.c(+28 -0)📝
dec/huffman.c(+8 -0)📝
dec/huffman.h(+4 -0)📝
dec/state.c(+8 -0)📝
dec/state.h(+12 -0)📝
dec/transform.h(+4 -0)📝
enc/backward_references.c(+60 -0)📝
enc/backward_references.h(+16 -0)📝
enc/backward_references_hq.c(+36 -0)📝
enc/backward_references_hq.h(+20 -0)📝
enc/bit_cost.c(+28 -0)📝
enc/bit_cost.h(+12 -0)📝
enc/block_splitter.c(+48 -0)📝
enc/block_splitter.h(+16 -0)📝
enc/brotli_bit_stream.c(+44 -0)📝
enc/brotli_bit_stream.h(+24 -0)📝
enc/cluster.c(+36 -0)...and 30 more files
📄 Description
OpenVMS compiler fails if include file starts with ./
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.