summaryrefslogtreecommitdiffstats
path: root/byterun/debugger.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-12-10 14:45:58 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-12-10 14:45:58 +0000
commit6063edc759a63e95bba8f155bd54864e718e684d (patch)
tree078632d03a74e2d7d273de747bb401c91709c3fb /byterun/debugger.c
parentfa45b038f6802570d76c0f0a2c353bdbb37f2722 (diff)
Mise a jour pour Win32
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1217 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/debugger.c')
-rw-r--r--byterun/debugger.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/byterun/debugger.c b/byterun/debugger.c
index 18cfc54eb..4eb8cd1b8 100644
--- a/byterun/debugger.c
+++ b/byterun/debugger.c
@@ -28,10 +28,9 @@
int debugger_in_use = 0;
unsigned long event_count;
-#ifndef HAS_SOCKETS
+#if !defined(HAS_SOCKETS) || defined(_WIN32)
void debugger_init()
- char * address;
{
}