mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Reverse Swig "off-by-one" error.
See
46ab0c252d
Fixes the rest of Bug 795134.
Seems to fix Bug 794965 - Non-English Characters don't display properly
in reports.
This commit is contained in:
parent
35cd165bec
commit
8e9b13461e
@ -21,6 +21,10 @@
|
||||
|
||||
/* Convenience macros */
|
||||
|
||||
#if defined(scm_to_utf8_string) && SCM_MAJOR_VERSION >= 2
|
||||
#undef scm_to_utf8_string
|
||||
#undef scm_from_utf8_string
|
||||
#endif
|
||||
#define scm_is_equal(obj1,obj2) scm_is_true(scm_equal_p(obj1,obj2))
|
||||
#define scm_is_exact(obj) scm_is_true(scm_exact_p(obj))
|
||||
#define scm_is_list(obj) scm_is_true(scm_list_p(obj))
|
||||
|
Loading…
Reference in New Issue
Block a user