aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib/fstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lib/fstack.h')
-rw-r--r--src/include/lib/fstack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h
index f5236c67bba..2fbf62606cd 100644
--- a/src/include/lib/fstack.h
+++ b/src/include/lib/fstack.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fstack.h,v 1.4 1997/09/08 02:36:51 momjian Exp $
+ * $Id: fstack.h,v 1.5 1997/09/08 21:52:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -51,7 +51,7 @@ typedef struct FixedStackData
FixedItem top; /* Top item on the stack or NULL */
Offset offset; /* Offset from struct base to item */
/* this could be signed short int! */
-} FixedStackData;
+} FixedStackData;
typedef FixedStackData *FixedStack;