Strange use of static local vars

2017-01-29 Thread Branko Čibej
In subversion/tests/libsvn_client/conflict-tests.c: static svn_error_t * create_wc_with_file_add_vs_file_add_merge_conflict(svn_test__sandbox_t *b, svn_boolean_t do_switch) { static const char *new_file_path; svn_client_ctx_t *ctx; static co

Re: Strange use of static local vars

2017-01-29 Thread Branko Čibej
On 29.01.2017 17:01, Branko Čibej wrote: > In subversion/tests/libsvn_client/conflict-tests.c: > > static svn_error_t * > create_wc_with_file_add_vs_file_add_merge_conflict(svn_test__sandbox_t *b, >svn_boolean_t do_switch) > { > static const cha