From: Matthias Braun Date: Tue, 4 May 2010 13:34:41 +0000 (+0000) Subject: document that obstack in firm should be kept independent X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=10d624f46c5c19d1cb957b600e1fca9b8e02494a;p=libfirm document that obstack in firm should be kept independent [r27483] --- diff --git a/ir/obstack/README b/ir/obstack/README index 518f3a161..c2c1211a3 100644 --- a/ir/obstack/README +++ b/ir/obstack/README @@ -1,2 +1,5 @@ This is an obstack implementation adapted from the glibc one. It should work on all ANSI C89 compliant environments. + +We think of this as an independent library. Please try to keep this independent +of other libfirm calls. (So no xmalloc, panic, etc.)