Loading paper.pdf −8.28 KiB (231 KiB) File changed.No diff preview for this file type. View original file View changed file src/cdict_API.h +2 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ (CDICT)->error_handler = (PARENT)->error_handler; \ (CDICT)->error_data = (PARENT)->error_data; \ (CDICT)->use_cache = (PARENT)->use_cache; \ (CDICT)->force_maps = (PARENT)->force_maps; \ } #define __CDict_new_paste(a,b) __CDict_paste(a,b) Loading Loading @@ -104,6 +105,7 @@ (CDICT)->error_handler = (PARENT)->error_handler; \ (CDICT)->error_data = (PARENT)->error_data; \ (CDICT)->use_cache = (PARENT)->use_cache; \ (CDICT)->force_maps = (PARENT)->force_maps; \ } #define __CDict_new_from_paste(a,b) __CDict_paste(a,b) Loading Loading
paper.pdf −8.28 KiB (231 KiB) File changed.No diff preview for this file type. View original file View changed file
src/cdict_API.h +2 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ (CDICT)->error_handler = (PARENT)->error_handler; \ (CDICT)->error_data = (PARENT)->error_data; \ (CDICT)->use_cache = (PARENT)->use_cache; \ (CDICT)->force_maps = (PARENT)->force_maps; \ } #define __CDict_new_paste(a,b) __CDict_paste(a,b) Loading Loading @@ -104,6 +105,7 @@ (CDICT)->error_handler = (PARENT)->error_handler; \ (CDICT)->error_data = (PARENT)->error_data; \ (CDICT)->use_cache = (PARENT)->use_cache; \ (CDICT)->force_maps = (PARENT)->force_maps; \ } #define __CDict_new_from_paste(a,b) __CDict_paste(a,b) Loading