[gstreamer-bugs] [Bug 632557] [macros] Define restrict keyword if not available

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 2 10:03:55 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632557
  GStreamer | gstreamer (core) | unspecified

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2010-12-02 18:03:53 UTC ---
commit a797b9f22bf548ff5caa70d670d26aaaade6540e
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Oct 19 15:52:30 2010 +0200

    macros: Define restrict keyword if not available

    This change always defines the restrict keyword if a
    non-C99 C compiler is used. In the case of GCC >= 4
    it will be defined to __restrict__, in all other
    cases to nothing. This allows to use the restrict
    keyword unconditionally.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list