[pypy-commit] pypy release-pypy3.6-v7.x: Issue #3084

arigo pypy.commits at gmail.com
Wed Oct 2 11:40:07 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: release-pypy3.6-v7.x
Changeset: r97711:7fbabb23dfec
Date: 2019-10-02 15:51 +0200
http://bitbucket.org/pypy/pypy/changeset/7fbabb23dfec/

Log:	Issue #3084

	Fix compilation error when building revdb (grafted from
	cd96ab5b8d1e4364105cb4a3c21a31b5dc1a5c87)

diff --git a/rpython/translator/revdb/src-revdb/revdb_include.h b/rpython/translator/revdb/src-revdb/revdb_include.h
--- a/rpython/translator/revdb/src-revdb/revdb_include.h
+++ b/rpython/translator/revdb/src-revdb/revdb_include.h
@@ -285,6 +285,8 @@
 #define OP_GC_RAWREFCOUNT_NEXT_DEAD(r)   \
     r = rpy_reverse_db_rawrefcount_next_dead()
 
+#define OP_GC_INCREASE_ROOT_STACK_DEPTH(depth, r)   /* nothing */
+
 
 RPY_EXTERN void rpy_reverse_db_flush(void);  /* must be called with the lock */
 RPY_EXTERN void rpy_reverse_db_fetch(const char *file, int line);


More information about the pypy-commit mailing list