]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Jul 2006 12:10:41 +0000 (12:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:42 +0000 (12:13 +0200)
gettext-tools/lib/gl_anylinked_list2.h

index da4e881688021875222d6ed10baa3c3a910f48bb..18d4a0ce28995c6c5d5a25d4a2dad0766b40b89e 100644 (file)
@@ -30,7 +30,7 @@
    and we use 'volatile' assignments to prevent the compiler from reordering
    such assignments.  */
 #ifdef SIGNAL_SAFE_LIST
-# define ASYNCSAFE(type) *(volatile type *)
+# define ASYNCSAFE(type) *(volatile type *)&
 #else
 # define ASYNCSAFE(type)
 #endif