X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fobstack%2FREADME;h=c2c1211a304c8a1cbf1b20d56b440450d653e318;hb=0ac0b440ce2d239c5e7e7db56b8273559d9a7741;hp=518f3a161d5657c4efc5596d726c99d0d70f0915;hpb=de1b0c8d4f653f534a38740ad7f6803d82f2762e;p=libfirm 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.)