turn off debugging info

This commit is contained in:
Matthew Flatt 2012-08-06 15:03:37 -06:00
parent 02318ebcb3
commit 699659840a

View File

@ -6852,7 +6852,7 @@ static Scheme_Object *unmarshal_mark(Scheme_Object *_a, Scheme_Unmarshal_Tables
return n; return n;
} }
#if 1 #if 0
# define return_NULL return (printf("%d\n", __LINE__), NULL) # define return_NULL return (printf("%d\n", __LINE__), NULL)
#else #else
# define return_NULL return NULL # define return_NULL return NULL