Author: Armin Rigo <[email protected]>
Branch: stmgc-c4
Changeset: r66883:4fa82aceb43c
Date: 2013-09-09 22:37 +0200
http://bitbucket.org/pypy/pypy/changeset/4fa82aceb43c/
Log: Waa, this made gcc produce a warning: "/*" within comment
diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c
--- a/rpython/translator/c/src/mem.c
+++ b/rpython/translator/c/src/mem.c
@@ -14,7 +14,7 @@
# endif
void _pypy_stm_free(void *ptr)
{
- /* This is called by src_stm/*.c when the transaction is aborted
+ /* This is called by src_stm/et.c when the transaction is aborted
and the 'ptr' was malloced but not freed. We have first to
unregister the object with a tentative pypy_debug_alloc_stop(),
which ignores it if it was not actually registered. Then we
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit