]> git.eshelyaron.com Git - emacs.git/commitdiff
(GET_MEM): Comment out top
authorDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:46:20 +0000 (09:46 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:46:20 +0000 (09:46 +0000)
definition.
[GC_PRIVATE_H]: Test GET_MEM.

gc/include/private/gcconfig.h

index 2290d3d10ea4c8102e55b9b5edbb7546c61bd006..0c705d982adb9db53a3859102dc7c5415d3dde05 100644 (file)
 
 # define GCCONFIG_H
 
+/* #define GET_MEM(bytes) HBLKPTR((size_t) callocx(1, (size_t)bytes + GC_page_size) + GC_page_size-1) */
+
 /* Machine dependent parameters.  Some tuning parameters can be found  */
-/* near the top of gc_private.h.                                       */
+/* near the top of gc_priv.h.                                  */
 
 /* Machine specific parts contributed by various people.  See README file. */
 
        /* though we should perhaps take advantage of the case in which */
        /* does.                                                        */
        struct hblk;    /* See gc_priv.h.       */
+# ifndef GET_MEM
 # ifdef PCR
            char * real_malloc();
 #   define GET_MEM(bytes) HBLKPTR(real_malloc((size_t)bytes + GC_page_size) \
 #     endif
 #   endif
 # endif
+# endif /* GET_MEM */
 
 #endif /* GC_PRIVATE_H */