minor fix

This commit is contained in:
Ralf Habacker 2007-05-20 09:45:37 +00:00
parent c926a15fc4
commit 1f9f66bba8

View file

@ -2,7 +2,7 @@
//#define SPAWN_DEBUG
#ifndef SPAWN_DEBUG || defined(_MSC_VER)
#if !defined(SPAWN_DEBUG) || defined(_MSC_VER)
#define PING()
#else
#define PING() fprintf (stderr, "%s:%s:%d\n", __FILE__, __FUNCTION__, __LINE__); fflush (stderr)