This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/freeglut
jtsiomb b9998bbc1e Work-around for an issue which cropped up with the release of gcc-10. In their
infinite wisdom, they decided to build with -fno-common as default from now on,
breaking every piece of C code which used to declare common symbols in header
files, as was the convention since the dawn of time. We now have to duplicate
all declarations to an arbitrary source file, and change the header-file ones
to prefix them with extern.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1863 7f0cb862-5218-0410-a997-914c9d46530a
2020-02-21 22:25:31 +00:00
..
freeglut Work-around for an issue which cropped up with the release of gcc-10. In their 2020-02-21 22:25:31 +00:00
web-src removed completed items off the todo list, and corrected html errors 2019-11-17 13:41:44 +00:00