diff options
Diffstat (limited to 'src/include/utils/bit.h')
-rw-r--r-- | src/include/utils/bit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h index 0d88ef96399..a5ece247ac2 100644 --- a/src/include/utils/bit.h +++ b/src/include/utils/bit.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bit.h,v 1.11 2001/10/28 06:26:09 momjian Exp $ + * $Id: bit.h,v 1.12 2001/11/05 17:46:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,4 +35,4 @@ extern void BitArrayClearBit(BitArray bitArray, BitIndex bitIndex); */ extern bool BitArrayBitIsSet(BitArray bitArray, BitIndex bitIndex); -#endif /* BIT_H */ +#endif /* BIT_H */ |