X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi_t.h;h=f3fc276bc395696ec3de734c923603e10913731a;hb=c23b55879df97f49fc6f1e95651f9f28a980b620;hp=9b382d57e8751ce9ef8ea73541e5f19413eb3112;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beabi_t.h b/ir/be/beabi_t.h index 9b382d57e..f3fc276bc 100644 --- a/ir/be/beabi_t.h +++ b/ir/be/beabi_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. * @@ -18,11 +18,13 @@ */ /** - * Type declarations for the ABI module. + * @file + * @brief Type declarations for the ABI module. + * @author Sebastian Hack + * @version $Id$ */ - -#ifndef _BEABI_T_H_ -#define _BEABI_T_H_ +#ifndef FIRM_BE_BEABI_T_H +#define FIRM_BE_BEABI_T_H typedef struct _be_abi_call_flags_bits_t be_abi_call_flags_bits_t; typedef union _be_abi_call_flags_t be_abi_call_flags_t; @@ -31,4 +33,4 @@ typedef struct _be_abi_call_t be_abi_call_t; typedef struct _be_abi_irg_t be_abi_irg_t; typedef struct _be_stack_layout_t be_stack_layout_t; -#endif /* _BEABI_T_H_ */ +#endif /* FIRM_BE_BEABI_T_H */