X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fexternal%2Fread_t.h;h=e58c8db636fb09b81620d5ddbaec23425f1a3cd5;hb=00894f1e0b6e74ca6c12d253dd30f7d873808977;hp=a75b10fcf019519229541200552f5bcffdb8a657;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/external/read_t.h b/ir/external/read_t.h index a75b10fcf..e58c8db63 100644 --- a/ir/external/read_t.h +++ b/ir/external/read_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -17,20 +17,15 @@ * PURPOSE. */ -/* -*- c -*- */ -/* - * Project: libFIRM - * File name: ir/external/read.h - * Purpose: Read descriptions of external effects - * Author: Florian - * Modified by: Boris Boesler - * Created: 11.10.2004 - * CVS-ID: $Id$ - * Copyright: (c) 1999-2004 Universität Karlsruhe +/** + * @file + * @brief Read descriptions of external effects, private header + * @author Florian, Boris Boesler + * @date 11.10.2004 + * @version $Id$ */ - -#ifndef _READ_T_H_ -#define _READ_T_H_ +#ifndef FIRM_EXTERNAL_READ_T_H +#define FIRM_EXTERNAL_READ_T_H #include "firm_types.h" @@ -176,8 +171,7 @@ typedef struct mod_str struct mod_str *next; /* unused - only one module possible */ } module_t; - -#endif /* defined _READ_T_H_ */ +#endif /* $Log$