diff options
author | Bruce Momjian | 1997-09-08 21:56:23 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-08 21:56:23 +0000 |
commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/include/c.h | |
parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/c.h b/src/include/c.h index bb5ec57db3c..05c3cc5e923 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.18 1997/09/08 02:33:49 momjian Exp $ + * $Id: c.h,v 1.19 1997/09/08 21:50:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -277,7 +277,7 @@ typedef unsigned int Index; typedef struct { int indx[MAXDIM]; -} IntArray; +} IntArray; /* * Offset -- @@ -568,7 +568,7 @@ typedef char *ExcMessage; typedef struct Exception { ExcMessage message; -} Exception; +} Exception; /* * NO_ASSERT_CHECKING, if defined, turns off all the assertions. @@ -704,7 +704,7 @@ extern Exception BadState; /* in utils/error/assert.c */ extern int ExceptionalCondition(char *conditionName, - Exception * exceptionP, char *details, + Exception *exceptionP, char *details, char *fileName, int lineNumber); |