X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fst%2Fbs.h;h=bfe6f48ec99ee0519abdaf5d858d364de9b422eb;hb=395c1f470c010aaef09345d08204e8780df6ee0b;hp=8b28b9ce3746a1b30f17dda9b37ed5c0e8b01532;hpb=d86e196ccea6af1700c18d873f6f95fd126041c1;p=libfirm diff --git a/ir/st/bs.h b/ir/st/bs.h index 8b28b9ce3..bfe6f48ec 100644 --- a/ir/st/bs.h +++ b/ir/st/bs.h @@ -1,18 +1,24 @@ -/* Copyright (c) 2002 by Universität Karlsruhe (TH). All Rights Reserved */ - /* - NAME - bs - PURPOSE - provide bs_t - S - not quite complete - HISTORY - liekweg - Feb 27, 2002: Created. - CVS: - $Id$ + * Project: libFIRM + * File name: ir/st/bs.h + * Purpose: Provides a simple bit set. + * Author: Florian Liekweg + * Modified by: + * Created: 4.3.2002 + * CVS-ID: $Id$ + * Copyright: (c) 2002-2003 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ +/** + @file bs.h + + Provides a simple bit set. + + Not quite complete +*/ + + # ifndef _BS_H_ # define _BS_H_