(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header

This commit is contained in:
smatz
2009-02-17 02:08:53 +00:00
parent 4882214646
commit d6d2da171f
3 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
/** @file endian_func.hpp Function to handling different endian machines. */
#ifndef ENDIAN_FUNC_H
#define ENDIAN_FUNC_H
#ifndef ENDIAN_FUNC_HPP
#define ENDIAN_FUNC_HPP
#include "endian_type.hpp"
#include "bitmath_func.hpp"

View File

@@ -2,8 +2,8 @@
/** @file endian_type.hpp Definition of various endian-dependant macros. */
#ifndef ENDIAN_TYPE_H
#define ENDIAN_TYPE_H
#ifndef ENDIAN_TYPE_HPP
#define ENDIAN_TYPE_HPP
#if defined(ARM) || defined(__arm__) || defined(__alpha__)
#define OTTD_ALIGNMENT 1