From a32450a5855eed4bfd756ef292ee45d3c754665b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 26 Feb 1998 04:46:47 +0000 Subject: pgindent run before 6.3 release, with Thomas' requested changes. --- src/include/c.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/include/c.h') diff --git a/src/include/c.h b/src/include/c.h index fbb6dba546..b30aefa6f8 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.35 1998/02/24 06:04:35 scrappy Exp $ + * $Id: c.h,v 1.36 1998/02/26 04:39:47 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -710,10 +710,10 @@ typedef struct Exception /* * This function gets call too often, so we inline it if we can. - * Are we aligned for int32? + * Are we aligned for int32? * We have to cast the pointer to int so we can do the AND * We got the 64 number by testing this against the stock memset() on - * BSD/OS 3.0. Larger values were slower. + * BSD/OS 3.0. Larger values were slower. */ #define MemSet(start, val, len) do \ { \ @@ -742,7 +742,8 @@ extern Exception BadArg; extern Exception BadState; /* in utils/error/assert.c */ -extern int ExceptionalCondition(char *conditionName, +extern int +ExceptionalCondition(char *conditionName, Exception *exceptionP, char *details, char *fileName, int lineNumber); -- cgit v1.2.3