mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang) will output an undefined symbol for those functions in the resulting object file. (Even gcc will do this, when you use "-std=c99".) This should fix the "undefined reference to `set4pixels'" errors that some people were seeing during ports building, when their world was compiled with clang. Approved by: rpaulo (mentor) |
||
|---|---|---|
| .. | ||
| bitmap.c | ||
| keyboard.c | ||
| main.c | ||
| Makefile | ||
| mouse.c | ||
| simple.c | ||
| text.c | ||
| vgl.3 | ||
| vgl.h | ||