[Vm-dev] [commit] r2563 - suppress trace() noise during initialisation

commits at squeakvm.org commits at squeakvm.org
Mon Jul 30 18:23:17 UTC 2012


Author: piumarta
Date: 2012-07-30 11:23:16 -0700 (Mon, 30 Jul 2012)
New Revision: 2563

Modified:
   trunk/platforms/unix/vm-display-custom/sqUnixCustomWindow.c
Log:
suppress trace() noise during initialisation

Modified: trunk/platforms/unix/vm-display-custom/sqUnixCustomWindow.c
===================================================================
--- trunk/platforms/unix/vm-display-custom/sqUnixCustomWindow.c	2012-07-18 00:35:02 UTC (rev 2562)
+++ trunk/platforms/unix/vm-display-custom/sqUnixCustomWindow.c	2012-07-30 18:23:16 UTC (rev 2563)
@@ -1,6 +1,6 @@
 /* sqUnixCustomWindow.c -- support for display via your custom window system.
  * 
- * Last edited: 2008-04-21 14:06:20 by piumarta on emilia
+ * Last edited: 2011-01-24 17:24:09 by piumarta on emilia.ipe.media.kyoto-u.ac.jp
  * 
  * This is a template for creating your own window drivers for Squeak:
  * 
@@ -246,12 +246,12 @@
 
 static void display_printUsageNotes(void)
 {
-  trace();
+  /* trace(); */
 }
 
 static void display_parseEnvironment(void)
 {
-  trace();
+  /* trace(); */
 }
 
 static int display_parseArgument(int argc, char **argv)



More information about the Vm-dev mailing list