diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-07-13 21:19:49 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-07-13 21:19:49 +0000 |
commit | 947049e3b9d53d71bd7a789894c2a5e002611048 (patch) | |
tree | 0568bad8731d213a41c76dfbba43c2488ca23248 /psprint/source | |
parent | f88d35c61ff8d1c0dc8894a66e7e4d13270b26f8 (diff) |
Add support for mips
Contributed by the SGI OpenOffice.orgf porting team
Diffstat (limited to 'psprint/source')
-rw-r--r-- | psprint/source/fontsubset/sft.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/sft.h b/psprint/source/fontsubset/sft.h index 32030441b3ca..658e225aaac7 100644 --- a/psprint/source/fontsubset/sft.h +++ b/psprint/source/fontsubset/sft.h @@ -2,9 +2,9 @@ * * $RCSfile: sft.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pl $ $Date: 2001-06-26 19:23:12 $ + * last change: $Author: svesik $ $Date: 2001-07-13 22:19:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -/* $Id: sft.h,v 1.4 2001-06-26 19:23:12 pl Exp $ */ +/* $Id: sft.h,v 1.5 2001-07-13 22:19:49 svesik Exp $ */ /** * @@ -127,6 +127,12 @@ extern "C" { #endif #endif +#ifdef __mips +#ifndef G_BIG_ENDIAN +#define G_BIG_ENDIAN +#endif +#endif + #if !defined(G_BIG_ENDIAN) && !defined(G_LITTLE_ENDIAN) #error "Either G_BIG_ENDIAN or G_LITTLE_ENDIAN should be defined." #endif |