X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fobst.h;h=1cad1bd627eead5ab69b1f2b0f4c09616cfe137e;hb=d2dc2564b47d9c113d7e6e598574e9733627fcca;hp=f5e066532d2f07ae11ae279c5cb43da62fa85c1a;hpb=8bbb3bac5b3e37c2d4aa2a9d8ef084e28e7aad00;p=libfirm diff --git a/ir/adt/obst.h b/ir/adt/obst.h index f5e066532..1cad1bd62 100644 --- a/ir/adt/obst.h +++ b/ir/adt/obst.h @@ -1,15 +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 +# include "xmalloc.h" # define obstack_chunk_alloc xmalloc -# define obstack_chunk_free free +# define obstack_chunk_free free