X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemachnode.h;h=9fb202cf8d5d9f35f9799164043bb1a1fdb5477e;hb=e7ba741cdd9599ce05d7989bff60a1c6137ee0b5;hp=61efa881a1bc9838c5e1d7a0db56ae5117a27ba0;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bemachnode.h b/ir/be/bemachnode.h index 61efa881a..9fb202cf8 100644 --- a/ir/be/bemachnode.h +++ b/ir/be/bemachnode.h @@ -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 */