Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/zlib/zutil.h

    r4 r26  
    1616#define ZLIB_INTERNAL 
    1717#include "zlib.h" 
     18 
     19#ifdef DEBUG 
     20#  include <stdio.h> 
     21#endif 
    1822 
    1923#ifdef STDC 
     
    240244/* Diagnostic functions */ 
    241245#ifdef DEBUG 
    242 #  include <stdio.h> 
     246//#  include <stdio.h> 
    243247   extern int z_verbose; 
    244248   extern void z_error    OF((char *m)); 
Note: See TracChangeset for help on using the changeset viewer.