removed gloval intraprocedural_view variable and replaced by get_*() set_*() functions
[libfirm] / ir / common / panic.h
index 88065ae..63b68d3 100644 (file)
@@ -1,15 +1,28 @@
-/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-* All rights reserved.
-*
-* Authors: Martin Trapp, Christian Schaefer
-*
-*/
+/*
+ * Project:     libFIRM
+ * File name:   ir/common/panic.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.
+ */
+
+/**
+ * @file panic.h
+ *
+ * @author Martin Trapp, Christian Schaefer
+ */
 
-/* $Id$ */
 
 # ifndef _PANIC_H_
 # define _PANIC_H_
 
+/**
+ * Prints a panic message to stderr and exits.
+ */
 void panic (const char *fmt, ...);
 
 # endif /*_PANIC_H_ */