bug-gnustep
[Top][All Lists]
Advanced

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

[bug #25546] libgc7.1 need GC_PTR no more


From: Lu Liyi
Subject: [bug #25546] libgc7.1 need GC_PTR no more
Date: Tue, 10 Feb 2009 14:15:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.159.0 Safari/528.11

URL:
  <http://savannah.gnu.org/bugs/?25546>

                 Summary: libgc7.1 need GC_PTR no more
                 Project: GNUstep
            Submitted by: luliyi1024
            Submitted on: Tue Feb 10 14:15:21 2009
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

libgc7.1 remove the GC_PTR macro, so

file: core/base/Source/NSZone.m
line: 1921
  GC_unregister_disappearing_link((GC_PTR*)destination);
and line: 1924
  GC_general_register_disappearing_link((GC_PTR*)destination, source);

maybe no need to do casting:
  GC_unregister_disappearing_link(destination);
and
  GC_general_register_disappearing_link(destination, source);

Thanks.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25546>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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