(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:
Andrew McCallum 1996-04-14 00:59:58 +00:00
parent 5378b08741
commit 5b5191d0d7

View file

@ -57,7 +57,7 @@
/* For debugging */
static BOOL debug_binary_coder;
static int debug_binary_coder = 0;
+ setDebugging: (BOOL)f
{