New implementation of tarval module
[libfirm] / ir / st / exc.h
index 552f0be..f270664 100644 (file)
@@ -1,14 +1,14 @@
 /* Copyright (c) 2002 by Universität Karlsruhe (TH).  All Rights Reserved */
 /*
-** Time-stamp: <Monday, 04.11.2002, 17:32:28 goetz@i44pc2.info.uni-karlsruhe.de>
+* Time-stamp: <Thursday, 19.12.2002, 15:45:43 goetz@i44pc2.info.uni-karlsruhe.de>
 */
 
-/***
+/**
    NAME
      exc
    PURPOSE
      Helper functions for exceptions
-   NOTES
+   S
      not quite complete
    HISTORY
      liekweg - Mar 4, 2002: Created.
@@ -25,7 +25,7 @@
 # include "irop.h"
 # include "irouts.h"
 
-#include "bool.h"
+#include <stdbool.h>
 
 typedef enum {
   exc_invalid = 0,                                     /* not yet computed */