Skip to content
Snippets Groups Projects
Commit c6753300 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

snc: use unsigned instead of signed int where appropriate

Particularly, use unsigned for syntax node types, since we use
bit masks to represent sets of those types. This is necessary
because (at least in C99) shifting a 1 into the sign bit is
undefined (and we use all the available bits).
parent 26a7917d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment