diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-19 23:42:00 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-19 23:42:00 +0000 |
commit | a8c8baa9840b2b4063c90c94a55bd16dcdbf87a2 (patch) | |
tree | aa689507cfd2ec1fa95ed5a8aa4b63dfaa825d16 /boehm-gc/include | |
parent | e2842d30ce62fc951dddc359fb43693374bf37f6 (diff) | |
download | gcc-a8c8baa9840b2b4063c90c94a55bd16dcdbf87a2.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r34605,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/gc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/include/gc.h b/boehm-gc/include/gc.h index e35f54f7d3f..d7cd8996085 100644 --- a/boehm-gc/include/gc.h +++ b/boehm-gc/include/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 |