X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fident_t.h;h=5919fbc00bc9170bdf883da9969bf548b7abb451;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=677f9d23cdae452ff51d035df1fa8f6056424857;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ident/ident_t.h b/ir/ident/ident_t.h index 677f9d23c..5919fbc00 100644 --- a/ir/ident/ident_t.h +++ b/ir/ident/ident_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,21 +17,16 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/common/ident_t.h - * Purpose: Hash table to store names -- private header. - * Author: Goetz Lindenmaier - * Modified by: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1999-2003 Universität Karlsruhe +/** + * @file + * @brief Hash table to store names -- private header. + * @author Goetz Lindenmaier + * @version $Id$ */ +#ifndef FIRM_IDENT_IDENT_T_H +#define FIRM_IDENT_IDENT_T_H -# ifndef _IDENT_T_H_ -# define _IDENT_T_H_ - -# include "ident.h" +#include "ident.h" /** * Initialize the ident module. @@ -55,4 +50,4 @@ void finish_ident (void); + ((type *)(str))[(len)-1]) * 9 \ + (len)) -# endif /* _IDENT_T_H_ */ +#endif