Commit Graph

16 Commits

Author SHA1 Message Date
lurchi 48b9e626ed forgot for change some static inline functions, see commit 9d7ad2a; tests passing again 2016-09-05 11:33:42 +02:00
lurchi 9d7ad2a67f Switch static inline to inline
The linker does not create symbols for static functions so Rust FFI
can't find them. All static inline function have been changed to 'inline'
functions with an 'extern inline' declaration in the corresponding .c
files. Other than Rust FFI seeing the functions this has other
advantages. See [1] for a nice explanation.

[1]
https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/
2016-08-21 09:58:36 +02:00
tg(x) 3cc1c8127a license header 2013-07-16 16:53:51 +02:00
tg(x) cd2e898c40 psyc_text params 2012-01-04 23:32:01 +01:00
tg(x) 75f4e0aee4 methods & templates 2011-11-30 13:51:50 +01:00
tg(x) 1cc58abd0e indent 2011-11-11 22:18:24 +01:00
tg(x) 344cdb7996 refactoring - more renames 2011-11-01 12:06:58 +01:00
tg(x) f25e768482 refactoring - renamed types 2011-10-31 20:26:47 +01:00
tg(x) 0559cd79a7 psyc_text: added extra param 2011-06-12 21:04:11 +02:00
tg(x) 1468356da4 text: naming & doc fixes 2011-05-28 19:39:42 +02:00
Marenz ab8f70150e moved debug.h lib.h to src 2011-05-08 23:40:26 +02:00
tg(x) c92bfd3a91 text: moved inline functions to .h, fixed warnings 2011-05-03 23:03:52 +02:00
tg(x) f8d44070cc psyc_text + tests 2011-05-03 22:18:35 +02:00
tg(x) 41c1c5c9f8 + 2011-04-30 15:46:17 +02:00
psyc://psyced.org/~lynX e48a6ab1eb new style: psyc_functions, psycTypes, PSYC_MACROS 2011-04-25 23:40:38 +02:00
psyc://psyced.org/~lynX ef2589ec42 definition of PSYC_text() 2011-04-18 16:51:54 +02:00