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 24a757ac3c7..910e07fc111 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.5 1997/09/07 04:55:45 momjian Exp $ + * $Id: attnum.h,v 1.6 1997/09/08 02:34:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,7 @@ /* * user defined attribute numbers start at 1. -ay 2/95 */ -typedef int16 AttrNumber; +typedef int16 AttrNumber; #define InvalidAttrNumber 0 |