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 | |
parent | ace7360b45bb5603948a3e0fa84b3cb68cf82910 (diff) | |
download | cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.tar.gz cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.tar.bz2 cygnal-7af26e0cc039517e3528ccedee7b778f479104c9.zip |
* winsup.h: Turn off DEBUGGING.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4ecf66dfc..0d4763eea 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2006-10-13 Christopher Faylor <cgf@timesys.com> + + * winsup.h: Turn off DEBUGGING. + 2006-10-13 Corinna Vinschen <corinna@vinschen.de> * autoload.cc (Wow64DisableWow64FsRedirection): Define. 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 |