dim 3bbacb240e 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)
2010-10-04 18:16:38 +00:00
..
2010-07-10 03:45:55 +00:00
2010-08-03 18:29:58 +00:00
2010-08-23 22:24:11 +00:00
2010-08-06 14:33:42 +00:00
2010-08-03 17:40:09 +00:00
2010-08-23 22:24:11 +00:00
2010-08-03 17:40:09 +00:00
2010-08-31 23:14:03 +00:00
2010-06-13 01:27:29 +00:00
2010-08-03 17:40:09 +00:00
2010-05-03 09:49:42 +00:00
2010-08-03 17:40:09 +00:00
2010-09-30 12:59:56 +00:00
2010-08-22 11:48:32 +00:00
2010-09-13 01:44:07 +00:00