X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fobst.h;h=1cad1bd627eead5ab69b1f2b0f4c09616cfe137e;hb=5e1c8846ddf3b79a916b19b030bc03b5062d94e0;hp=abfdcbdfb9a32b4f822b83988090b029bb9c533b;hpb=72a90e4127b0c4f4cba1df4466e6269c31221693;p=libfirm diff --git a/ir/adt/obst.h b/ir/adt/obst.h index abfdcbdfb..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