lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5974] Revert the 20141005T1713Z change; remove extraneous


From: Greg Chicares
Subject: [lmi-commits] [5974] Revert the 20141005T1713Z change; remove extraneous semicolons
Date: Tue, 07 Oct 2014 11:35:23 +0000

Revision: 5974
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5974
Author:   chicares
Date:     2014-10-07 11:35:22 +0000 (Tue, 07 Oct 2014)
Log Message:
-----------
Revert the 20141005T1713Z change; remove extraneous semicolons

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/file_command_wx.cpp
    lmi/trunk/force_linking.hpp
    lmi/trunk/main_wx.cpp
    lmi/trunk/main_wx_test.cpp
    lmi/trunk/progress_meter_wx.cpp
    lmi/trunk/system_command_wx.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/ChangeLog 2014-10-07 11:35:22 UTC (rev 5974)
@@ -34248,3 +34248,14 @@
 Force linking despite overly-aggressive linker "optimization". See:
   http://lists.nongnu.org/archive/html/lmi/2014-10/msg00007.html
 
+20141007T1135Z <address@hidden> [533]
+
+  file_command_wx.cpp
+  force_linking.hpp
+  main_wx.cpp
+  main_wx_test.cpp
+  progress_meter_wx.cpp
+  system_command_wx.cpp
+Revert the 20141005T1713Z change; remove extraneous semicolons. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-10/msg00027.html
+

Modified: lmi/trunk/file_command_wx.cpp
===================================================================
--- lmi/trunk/file_command_wx.cpp       2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/file_command_wx.cpp       2014-10-07 11:35:22 UTC (rev 5974)
@@ -38,7 +38,7 @@
 #include <wx/mimetype.h>
 #include <wx/utils.h> // wxExecute()
 
-LMI_FORCE_LINKING_IN_SITU(file_command_wx);
+LMI_FORCE_LINKING_IN_SITU(file_command_wx)
 
 // Implementing this function in a GUI module means the wx facility
 // can be used. Currently, no other interface needs to implement it.

Modified: lmi/trunk/force_linking.hpp
===================================================================
--- lmi/trunk/force_linking.hpp 2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/force_linking.hpp 2014-10-07 11:35:22 UTC (rev 5974)
@@ -58,7 +58,7 @@
         {                                                      \
             lmi_link_dummy_func_##translation_unit_name();     \
         }                                                      \
-    } lmi_link_dummy_var_##translation_unit_name
+    } lmi_link_dummy_var_##translation_unit_name;
 
 #endif // force_linking_hpp
 

Modified: lmi/trunk/main_wx.cpp
===================================================================
--- lmi/trunk/main_wx.cpp       2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/main_wx.cpp       2014-10-07 11:35:22 UTC (rev 5974)
@@ -48,9 +48,9 @@
 
 #include <string>
 
-LMI_FORCE_LINKING_EX_SITU(file_command_wx);
-LMI_FORCE_LINKING_EX_SITU(progress_meter_wx);
-LMI_FORCE_LINKING_EX_SITU(system_command_wx);
+LMI_FORCE_LINKING_EX_SITU(file_command_wx)
+LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
+LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 
 IMPLEMENT_APP_NO_MAIN(Skeleton)
 IMPLEMENT_WX_THEME_SUPPORT

Modified: lmi/trunk/main_wx_test.cpp
===================================================================
--- lmi/trunk/main_wx_test.cpp  2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/main_wx_test.cpp  2014-10-07 11:35:22 UTC (rev 5974)
@@ -39,9 +39,9 @@
 #include <wx/testing.h>
 #include <wx/uiaction.h>
 
-LMI_FORCE_LINKING_EX_SITU(file_command_wx);
-LMI_FORCE_LINKING_EX_SITU(progress_meter_wx);
-LMI_FORCE_LINKING_EX_SITU(system_command_wx);
+LMI_FORCE_LINKING_EX_SITU(file_command_wx)
+LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
+LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 
 class SkeletonTest;
 DECLARE_APP(SkeletonTest)

Modified: lmi/trunk/progress_meter_wx.cpp
===================================================================
--- lmi/trunk/progress_meter_wx.cpp     2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/progress_meter_wx.cpp     2014-10-07 11:35:22 UTC (rev 5974)
@@ -37,7 +37,7 @@
 #include <ios>                          // std::fixed, 
std::ios_base::precision()
 #include <sstream>
 
-LMI_FORCE_LINKING_IN_SITU(progress_meter_wx);
+LMI_FORCE_LINKING_IN_SITU(progress_meter_wx)
 
 namespace
 {

Modified: lmi/trunk/system_command_wx.cpp
===================================================================
--- lmi/trunk/system_command_wx.cpp     2014-10-06 17:38:12 UTC (rev 5973)
+++ lmi/trunk/system_command_wx.cpp     2014-10-07 11:35:22 UTC (rev 5974)
@@ -40,7 +40,7 @@
 #include <cstddef>                      // std::size_t
 #include <ostream>
 
-LMI_FORCE_LINKING_IN_SITU(system_command_wx);
+LMI_FORCE_LINKING_IN_SITU(system_command_wx)
 
 namespace
 {




reply via email to

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