aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@gcc.gnu.org>2000-06-20 00:42:00 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2000-06-20 00:42:00 +0100
commit2caa2a6997baa662e90548083365c37313ccb86f (patch)
treeaa689507cfd2ec1fa95ed5a8aa4b63dfaa825d16 /boehm-gc/include
parent8ba7b39619276758927df440237b74cb23654eb4 (diff)
downloadgcc-2caa2a6997baa662e90548083365c37313ccb86f.zip
gcc-2caa2a6997baa662e90548083365c37313ccb86f.tar.gz
gcc-2caa2a6997baa662e90548083365c37313ccb86f.tar.bz2
This commit was generated by cvs2svn to compensate for changes in r34605,
which included commits to RCS files with non-trunk default branches. From-SVN: r34606
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/gc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/include/gc.h b/boehm-gc/include/gc.h
index e35f54f..d7cd899 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