mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(debug_binary_coder): Explicitly set to zero.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1364 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5378b08741
commit
5b5191d0d7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
/* For debugging */
|
||||
|
||||
static BOOL debug_binary_coder;
|
||||
static int debug_binary_coder = 0;
|
||||
|
||||
+ setDebugging: (BOOL)f
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue