Browse Source

Add comment about stack probing and remove unused ifdefs

cl-refactor
Gustav Simonsson 10 years ago
parent
commit
c9454b616a
  1. 4
      util.h

4
util.h

@ -26,11 +26,7 @@
extern "C" {
#endif
//#ifdef _MSC_VER
void debugf(char const* str, ...);
//#else
//#define debugf printf
//#endif
static inline uint32_t min_u32(uint32_t a, uint32_t b)
{

Loading…
Cancel
Save