diff options
Diffstat (limited to 'src/backend/port/hpux/fixade.h')
-rw-r--r-- | src/backend/port/hpux/fixade.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/port/hpux/fixade.h b/src/backend/port/hpux/fixade.h index 8ed40481aba..7d17077f197 100644 --- a/src/backend/port/hpux/fixade.h +++ b/src/backend/port/hpux/fixade.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fixade.h,v 1.3 1997/09/08 02:26:22 momjian Exp $ + * $Id: fixade.h,v 1.4 1998/09/01 04:31:16 momjian Exp $ * * NOTES * This must be included in EVERY source file. @@ -54,13 +54,13 @@ struct HP_TOO_BOGUS int hptb_bogus[8192]; }; -#endif /* BROKEN_STRUCT_INIT */ -#endif /* HP_S500_ALIGN */ +#endif /* BROKEN_STRUCT_INIT */ +#endif /* HP_S500_ALIGN */ #if defined(WEAK_C_OPTIMIZER) #pragma OPT_LEVEL 1 -#endif /* WEAK_C_OPTIMIZER */ +#endif /* WEAK_C_OPTIMIZER */ -#endif /* !NOFIXADE */ +#endif /* !NOFIXADE */ -#endif /* FIXADE_H */ +#endif /* FIXADE_H */ |