document that obstack in firm should be kept independent
authorMatthias Braun <matze@braunis.de>
Tue, 4 May 2010 13:34:41 +0000 (13:34 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 4 May 2010 13:34:41 +0000 (13:34 +0000)
[r27483]

ir/obstack/README

index 518f3a1..c2c1211 100644 (file)
@@ -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.)