pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-843-g6a360


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-843-g6a36028
Date: Thu, 01 Oct 2009 04:49:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  6a36028028904e2e180aad4c6cf51bb109d2ff16 (commit)
      from  6ed74d8699a65ef63f04ccef33ab1c8600d6eb9f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6a36028028904e2e180aad4c6cf51bb109d2ff16
Author: Ben Pfaff <address@hidden>
Date:   Wed Sep 30 21:50:13 2009 -0700

    Fix numerous warnings about an unknown attribute rpl_malloc on mingw32.
    
    On mingw32, Gnulib replaces malloc by defining it as a macro that expands
    to rpl_malloc.  Since MALLOC_LIKE used malloc as an identifier, even though
    it didn't refer to the malloc function per se, this instance of malloc
    also expanded to rpl_malloc, confusing GCC.
    
    GCC also accepts __malloc__ here, so this commit uses that spelling
    instead, which avoids the warning.

-----------------------------------------------------------------------

Summary of changes:
 src/libpspp/compiler.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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