diff options
Diffstat (limited to 'src/include/access/attnum.h')
| -rw-r--r-- | src/include/access/attnum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index eb1194f5f32..e85a1602624 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: attnum.h,v 1.7 1998/06/15 18:39:52 momjian Exp $ + * $Id: attnum.h,v 1.8 1998/09/01 04:34:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -59,4 +59,4 @@ typedef int16 AttrNumber; #define AttrOffsetGetAttrNumber(attributeOffset) \ ((AttrNumber) (1 + attributeOffset)) -#endif /* ATTNUM_H */ +#endif /* ATTNUM_H */ |
