From: Alexander Frink Date: Mon, 17 Jan 2000 19:49:03 +0000 (+0000) Subject: Modification in output of last returned expression (for ginaccint) X-Git-Tag: release_0-5-0~66 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3b977d948fc46a88dc5145757bf46ab40b7af44e Modification in output of last returned expression (for ginaccint) --- diff --git a/ginac/ex.h b/ginac/ex.h index 30a183f1..313bd6c7 100644 --- a/ginac/ex.h +++ b/ginac/ex.h @@ -250,7 +250,6 @@ protected: } last_created_or_assigned_bp=bp; ++last_created_or_assigned_bp->refcount; - last_created_or_assigned_bp_modified=true; } #endif // def OBSCURE_CINT_HACK @@ -260,7 +259,6 @@ public: basic *bp; #ifdef OBSCURE_CINT_HACK static basic *last_created_or_assigned_bp; - static bool last_created_or_assigned_bp_modified; #endif // def OBSCURE_CINT_HACK };