r11602: Apr 1, 2007 Version 4.5.3
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 1 Apr 2007 14:33:58 +0000 (14:33 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 1 Apr 2007 14:33:58 +0000 (14:33 +0000)
        * include/timer.h: Fix building on GCC 4.3
        -- thanks to Martin Michlmayr

ChangeLog
debian/changelog
include/timer.h

index 17edce7951408a65b25bf174cfde3a9ee41708ef..4429dc21b3e895fe052bd275b7abb45a5a81dd4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Apr 1, 2007  Version 4.5.3
+       * include/timer.h: Fix building on GCC 4.3
+       -- thanks to Martin Michlmayr
+
 Oct 19, 2006  Version 4.5.2
        * src/lipctsim/imagefile.cpp: Change delete to fftw_free 
        -- thanks to Sven Huth
 Oct 19, 2006  Version 4.5.2
        * src/lipctsim/imagefile.cpp: Change delete to fftw_free 
        -- thanks to Sven Huth
index 2690563f0fd16f2bcbe8217109a50219725ba890..1d0f69bc76323a6c89d5000ca26f4d5fe7532b03 100644 (file)
@@ -1,3 +1,10 @@
+ctsim (4.5.3-1) unstable; urgency=low
+
+  * New upstream: Fixes bug with GCC 4.3 -- thanks to Martin Michlmayr.
+  (closes:417052)
+  
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  1 Apr 2007 08:32:55 -0600
+
 ctsim (4.5.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
 ctsim (4.5.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
index dd88d7bf4a7d5c4d8b7929ba9dfcfca1bf9b0a9b..f1a063e610b7a38de28ab5982f887c11011670f2 100644 (file)
@@ -30,7 +30,7 @@
 
 // pragma line required for Fedora 4 and wxWin 2.4.2 
 #if defined(__GNUG__) && !defined(__APPLE__)
 
 // pragma line required for Fedora 4 and wxWin 2.4.2 
 #if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "timer.h"
+   #pragma implementation "timer.h"
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H