Skip to content

util/hash_table: Remove Unicode byte order mark

Icecream95 requested to merge icecream95/mesa:byte-order into main

The mark can confuse utilities which do not support Unicode, and no other file has the character.

(I was trying to see how well TinyCC could handle compiling Mesa…)

Merge request reports