diff options
author | Christopher Faylor <me@cgf.cx> | 2006-10-13 12:49:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-10-13 12:49:18 +0000 |
commit | 7af26e0cc039517e3528ccedee7b778f479104c9 (patch) | |
tree | fd8037d7351e0f7d0f4d70ab5dd9d2930b404a5c /winsup/cygwin/winsup.h | |
parent | ace7360b45bb5603948a3e0fa84b3cb68cf82910 (diff) | |
download | cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.tar.gz cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.tar.bz2 cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.zip |
* winsup.h: Turn off DEBUGGING.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 175bbee85..ff7037a65 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -19,9 +19,6 @@ details. */ # include "config.h" #endif -#undef DEBUGGING -#define DEBUGGING 1 /* CGF: FIXME: TEMPORARY */ - #define __INSIDE_CYGWIN__ #define strlen __builtin_strlen |