1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
Commit graph

7 commits

Author SHA1 Message Date
psyc://loupsycedyglgamf.onion/~lynX
8b2d725514 Merging rust bindings from lurchi, thxaloz! 1984-04-04 00:44:04 +00: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)
ece5c86cb4 c++ compat 2012-02-21 03:00:52 +01:00
tg(x)
71866659f9 dict syntax; index & update mod parser; psyc-mode for emacs 2012-02-06 15:05:08 +01:00
tg(x)
382fd3c779 better psyc_dict_lookup 2012-01-09 11:52:09 +01:00
psyc://loupsycedyglgamf.onion/~lynX
4743498ad9 augmented documentation 1984-04-04 00:44:05 +00:00