X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemachnode.h;h=bc84adf1b766ecd1ce62ebd713c60014fd276ab7;hb=d300330b1e6df8c8914b8fb70cf38ee1c8ca2634;hp=61efa881a1bc9838c5e1d7a0db56ae5117a27ba0;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bemachnode.h b/ir/be/bemachnode.h index 61efa881a..bc84adf1b 100644 --- a/ir/be/bemachnode.h +++ b/ir/be/bemachnode.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,12 +18,13 @@ */ /** - * Support for machine nodes with machine operands. - * - * @author Michael Beck + * @file + * @brief Support for machine nodes with machine operands. + * @author Michael Beck + * @version $Id$ */ -#ifndef _BEMACHNODES_H -#define _BEMACHNODES_H +#ifndef FIRM_BE_BEMACHNODES_H +#define FIRM_BE_BEMACHNODES_H #include "firm_types.h" @@ -94,4 +95,4 @@ int get_mirn_arity(mirn_handle h); /* Convenience: Returns the arity of a machine node. */ int _get_mirn_arity(ir_node *n); -#endif /* _BEMACHNODES_H */ +#endif /* FIRM_BE_BEMACHNODES_H */