refu-lang / refu

Refu language
21 stars 4 forks source link

Make code compatible with gperf 3.1 #25

Closed LefterisJP closed 7 years ago

LefterisJP commented 7 years ago

Gperf 3.1 introduced various changes most important of which is the change of an argument type in the hash and lookup function. At the moment using that version breaks the build, so we have to make the code compatible with it.