summaryrefslogtreecommitdiff
path: root/boehm-gc/gc.h
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-20 01:04:58 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-20 01:04:58 +0000
commit80989924ed257837504be4a9fae570ae01f8c222 (patch)
tree75ede5286875b779db37ba8e1ff6003b2dd7494f /boehm-gc/gc.h
parentef4c833ea6237f4d5011fcab2355bfb2a468c067 (diff)
downloadgcc-80989924ed257837504be4a9fae570ae01f8c222.tar.gz
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1. * acinclude.m4: Push version to 5.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gc.h')
-rw-r--r--boehm-gc/gc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/gc.h b/boehm-gc/gc.h
index e35f54f7d3f..d7cd8996085 100644
--- a/boehm-gc/gc.h
+++ b/boehm-gc/gc.h
@@ -372,8 +372,7 @@ GC_API GC_PTR GC_malloc_atomic_ignore_off_page GC_PROTO((size_t lb));
#ifdef GC_ADD_CALLER
# define GC_EXTRAS GC_RETURN_ADDR, __FILE__, __LINE__
-# define GC_EXTRA_PARAMS GC_word ra, GC_CONST char * s,
- int i
+# define GC_EXTRA_PARAMS GC_word ra, GC_CONST char * s, int i
#else
# define GC_EXTRAS __FILE__, __LINE__
# define GC_EXTRA_PARAMS GC_CONST char * s, int i