summaryrefslogtreecommitdiff
path: root/src/include/storage/itempos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/itempos.h')
-rw-r--r--src/include/storage/itempos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 453863cd40b..1b18928a8d9 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.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: itempos.h,v 1.13 2001/10/25 05:50:10 momjian Exp $
+ * $Id: itempos.h,v 1.14 2001/10/28 06:26:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -41,4 +41,5 @@ typedef ItemSubpositionData *ItemSubposition;
*/
#define PSKIP(OBJP, LEN)\
do { (OBJP)->op_cp += (LEN); (OBJP)->op_len -= (LEN); } while (0)
+
#endif /* ITEMPOS_H */