gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4198 - GNUnet/src/include


From: durner
Subject: [GNUnet-SVN] r4198 - GNUnet/src/include
Date: Thu, 4 Jan 2007 14:00:01 -0800 (PST)

Author: durner
Date: 2007-01-04 13:59:58 -0800 (Thu, 04 Jan 2007)
New Revision: 4198

Modified:
   GNUnet/src/include/platform.h
Log:
debugging aid

Modified: GNUnet/src/include/platform.h
===================================================================
--- GNUnet/src/include/platform.h       2007-01-04 21:58:18 UTC (rev 4197)
+++ GNUnet/src/include/platform.h       2007-01-04 21:59:58 UTC (rev 4198)
@@ -33,6 +33,11 @@
 #include "config.h"
 #endif
 
+#ifdef WINDOWS
+#define BREAKPOINT asm("int $3;");
+#else
+#define BREAKPOINT
+#endif
 
 #ifdef OPENBSD
 /* force declaration of u_int, u_char, ... needed by netinet/tcp.h */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]