X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fpanic.h;h=63b68d35ab517bf5a8db1b77a2bb6f01e1ab39a4;hb=a89063290e573d23f0ef4d827a68b319ae74e594;hp=88065aead72098d6283623d40c676c3a2a76bbe1;hpb=de3ad6fcd245b88094f28f89284f2d62d4d50d3c;p=libfirm diff --git a/ir/common/panic.h b/ir/common/panic.h index 88065aead..63b68d35a 100644 --- a/ir/common/panic.h +++ b/ir/common/panic.h @@ -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_ */