Upgrade Boehm GC to 7.2alpha4.
[cacao.git] / src / mm / boehm-gc / real_malloc.c
index 01be5f0fbb74fdc72b352888d42a5a109b05aa09..da11f342bbd3834d52ce9f85c32468c968728b07 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
  * Copyright (c) 1991-1994 by Xerox Corporation.  All rights reserved.
  *
  * provided the above notices are retained, and a notice that the code was
  * modified is included with the above copyright notice.
  */
-/* Boehm, May 19, 1994 2:04 pm PDT */
 
+# ifdef HAVE_CONFIG_H
+#   include "private/config.h"
+# endif
 
 # ifdef PCR
 /*
@@ -31,8 +33,7 @@ void * real_malloc(size_t size)
 # else
 
 extern int GC_quiet;
-       /* ANSI C doesn't allow translation units to be empty.  */
-       /* So we guarantee this one is nonempty.                */
+        /* ANSI C doesn't allow translation units to be empty.  */
+        /* So we guarantee this one is nonempty.                */
 
 #endif /* PCR */
-