mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
forgot for change some static inline functions, see commit 9d7ad2a
; tests passing again
This commit is contained in:
parent
2ca0949327
commit
48b9e626ed
4 changed files with 10 additions and 7 deletions
|
@ -172,7 +172,7 @@ psyc_text (PsycTextState *state, PsycTextCB get_value, void *get_value_cls);
|
|||
|
||||
extern const PsycTemplates psyc_templates;
|
||||
|
||||
static inline const char *
|
||||
inline const char *
|
||||
psyc_template (PsycMethod mc, size_t *len) {
|
||||
PsycString t = psyc_templates.a[mc];
|
||||
if (len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue