From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-05-30 15:17:46
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2010-05-30 15:17:36 UTC --- Created an attachment (id=162320) View: https://bugzilla.gnome.org/attachment.cgi?id=162320 Review: https://bugzilla.gnome.org/review?bug=620099&attachment=162320 Turn the macro GPERL_ENSURE_CONTEXT into a function Turn the macro GPERL_ENSURE_CONTEXT into the function gperl_ensure_context, and make it accept NULL as an argument to indicate that the master interpreter should be used. This allows us to make the _gperl_set_master_interp and _gperl_get_master_interp static. Also, make the thread-safety code conditional on !GPERL_DISABLE_THREADSAFE. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |