diff options
Diffstat (limited to 'src/include/storage/item.h')
-rw-r--r-- | src/include/storage/item.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/storage/item.h b/src/include/storage/item.h index c943fc33f00..6541a717f9f 100644 --- a/src/include/storage/item.h +++ b/src/include/storage/item.h @@ -1,18 +1,18 @@ /*------------------------------------------------------------------------- * * item.h-- - * POSTGRES disk item definitions. + * POSTGRES disk item definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: item.h,v 1.2 1996/10/31 09:49:49 scrappy Exp $ + * $Id: item.h,v 1.3 1997/09/07 05:01:16 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef ITEM_H +#ifndef ITEM_H #define ITEM_H -typedef Pointer Item; +typedef Pointer Item; -#endif /* ITEM_H */ +#endif /* ITEM_H */ |