From 7461a0fe08bc0477e2c8eb6392278df5e2918c65 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 2 Dec 2004 16:08:54 +0000 Subject: [PATCH] Renamaed host.h to align.h, removed unneeded things [r4545] --- ir/adt/{host.h => align.h} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename ir/adt/{host.h => align.h} (89%) diff --git a/ir/adt/host.h b/ir/adt/align.h similarity index 89% rename from ir/adt/host.h rename to ir/adt/align.h index 42dac6127..ec058d639 100644 --- a/ir/adt/host.h +++ b/ir/adt/align.h @@ -1,7 +1,7 @@ /* * Project: libFIRM - * File name: ir/adt/host.h - * Purpose: Declarations describing the host machine and C compiler. + * File name: ir/adt/align.h + * Purpose: macros for alignment. * Author: Markus Armbruster * Modified by: * Created: 1999 by getting from fiasco @@ -9,9 +9,8 @@ * Copyright: (c) 1995, 1996 Markus Armbruster * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ - -#ifndef _HOST_H -#define _HOST_H +#ifndef _ALIGN_H +#define _ALIGN_H #include @@ -54,4 +53,4 @@ typedef union { /** Maximal alignment required for any type. */ #define MAX_ALIGN ALIGNOF (aligned_type) -#endif +#endif /* _ALIGN_H */ -- 2.20.1