Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-06-07 02:13:35 +0400
committerDJ Delorie <dj@redhat.com>2005-06-07 02:13:35 +0400
commit0b1ecddf68f0d4091ba5f8166ee41432f621e733 (patch)
treef3a7e31e5f85ecd9f4c2b885b514d51b222092d5 /include/libiberty.h
parent2af5aa67e22b5463a9c73f6a91a21642343a1419 (diff)
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index a9a75eaa8..4b0d532db 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -326,7 +326,7 @@ extern double physmem_available (void);
/* Type-safe obstack allocator. */
#define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
-
+#define XOBFINISH(O, T) ((T) obstack_finish ((O)))
/* hex character manipulation routines */