1999-01-29 Martin Hunt <hunt@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / gdbtk.c
index 6b975cd12fc3a0b8830aa3c3123610e7fc4be731..61075fbf72cb745ee9e43b85d70d453b25125c64 100644 (file)
@@ -493,6 +493,10 @@ gdbtk_init ( argv0 )
   /* Path conversion functions.  */
   if (ide_create_cygwin_path_command (gdbtk_interp) != TCL_OK)
     error ("cygwin path command initialization failed");
+#else
+  /* for now, this testing function is Unix only */
+  if (cyg_create_warp_pointer_command (gdbtk_interp) != TCL_OK)
+    error ("warp_pointer command initialization failed");
 #endif
 
   /*
This page took 0.134513 seconds and 4 git commands to generate.