X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fobst.h;h=1cad1bd627eead5ab69b1f2b0f4c09616cfe137e;hb=0decb677fb069c9d47f5285f12fdb983dca7fdae;hp=510b275f63bc85117d94471fc165c7dba460ed48;hpb=e3e22fa6f927847099c0bff62457003aa81f2518;p=libfirm diff --git a/ir/adt/obst.h b/ir/adt/obst.h index 510b275f6..1cad1bd62 100644 --- a/ir/adt/obst.h +++ b/ir/adt/obst.h @@ -1,14 +1,18 @@ -/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe -** All rights reserved. -** -** Authors: Martin Trapp, Christian Schaefer -** -*/ +/* + * Project: libFIRM + * File name: ir/adt/obst.h + * Purpose: + * Author: Martin Trapp, Christian Schaefer + * Modified by: + * Created: + * CVS-ID: $Id$ + * Copyright: (c) 1998-2003 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + */ -/* $Id$ */ # include -# include +# include "xmalloc.h" # define obstack_chunk_alloc xmalloc -# define obstack_chunk_free free +# define obstack_chunk_free free