]> git.xonotic.org Git - xonotic/gmqcc.git/blob - PORTING
Fix left/right shift constant fold.
[xonotic/gmqcc.git] / PORTING
1 Porting gmqcc to a new platform is farily trivial, in most cases ansi.c
2 will be sufficent enough to get it to run on your favorite platform. If
3 however it isn't you can duplicate ansi.c and change it accordingly.
4 Changes to platform.h may also be required.