updated for new hooks
[libfirm] / ir / st / bs.h
index 8b28b9c..bfe6f48 100644 (file)
@@ -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_