Print

Print


Commit in slic/src on MAIN
SlicApplication.cc+3-31.42 -> 1.43


slic/src
SlicApplication.cc 1.42 -> 1.43
diff -u -r1.42 -r1.43
--- SlicApplication.cc	14 Jun 2007 19:23:40 -0000	1.42
+++ SlicApplication.cc	20 Jun 2007 00:02:10 -0000	1.43
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/SlicApplication.cc,v 1.42 2007/06/14 19:23:40 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/SlicApplication.cc,v 1.43 2007/06/20 00:02:10 jeremy Exp $
 
 #include "SlicApplication.hh"
 
@@ -76,9 +76,9 @@
       delete m_appMessenger;
     }
 
-    // Delete all the modules if not Windows Cygwin.
+    // Delete all the modules.  Only seems to work without seg fault on Linux.
     // https://jira.slac.stanford.edu/browse/SLIC-185
-#ifndef __CYGWIN__
+#ifdef linux 
 #ifdef SLIC_LOG
     log().debug("Deleting registered modules ...");
 #endif
CVSspam 0.2.8