nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.96k stars 185 forks source link

Workaround for changes in 3.4 CPython #40

Closed kropelka closed 10 years ago

kropelka commented 10 years ago

Build is broken in Python 3.4, because someone had an idea to enforce ISO C90 standard on all C source code. Without manually disabling them compilation breaks pretty easily on the beginning of utf8.c (int i in bad place...).