Searched hist:213412 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libvgl/
H A Dsimple.cdiff 213412 Mon Oct 04 16:29:25 MDT 2010 dim Change libvgl's set4pixels() and set2lines() functions from plain
'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)

Completed in 119 milliseconds