Re: GNU Aspell 0.60-pre2 Now Available

James Lee <[email protected]>
Newsgroups gmane.comp.gnu.aspell.devel
Message-ID <[email protected]>
On 31/07/04, 18:22:52, Kevin Atkinson <[email protected]> wrote 
regarding [aspell-devel] GNU Aspell 0.60-pre2 Now Available:

> The second official pre-release of GNU Aspell 0.60 is now available at:
...
>   * Portability fixes for Sun C++ compiler.

Thank you for those changes.  There is a slight problem with the 
__attribute__, when the conditional part is not included there is no 
semicolon on the structures:


--- ./common/convert.cpp.orig	2004-07-24 07:57:20.000000000 -0400
+++ ./common/convert.cpp	2004-08-03 06:06:34.083610000 -0400
@@ -257,9 +257,9 @@
     void * sub_table;
   } 
 #ifdef __GNUC__    
-    __attribute__ ((aligned (16)));
+    __attribute__ ((aligned (16)))
 #endif
-
+;
   struct ToUniNormEntry
   {
     typedef byte From;
@@ -272,8 +272,9 @@
     void * sub_table;
   } 
 #ifdef __GNUC__    
-    __attribute__ ((aligned (16)));
+    __attribute__ ((aligned (16)))
 #endif
+;
   
   //////////////////////////////////////////////////////////////////////
   //




James.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.