-
There are three things using C99 features:
- twc_option and twc_buffer construction macros
- exactly one other macro construction somewhere in twitter.c
- declare-anywhere used here and there
No…
-
For relative old but still usable OS such vxWorks 6.x, we want a cross-platform printf to handling printf things and use c89 syntax supported
-
Create a simple C file and put something for including `_mingw.h`, for example:
```
#include
```
Next, save this single-line source file with a name, for example `test.c`.
Finally, try to compil…
-
思いついたことをつらつらと書きます
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
As far as I got [this](https://github.com/tarantool/small/commit/18b54084402cdd1e999e9998fa60471fad7aad50) change, the idea was to use parent's project CFLAGS when libsmall is built as part of another…