File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.2 1996/08/13 01:32:26 scrappy Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.3 1996/08/27 07:42:13 scrappy Exp $
12
12
*
13
13
* NOTES
14
14
* The old interface functions have been converted to macros
38
38
39
39
/* this is so the sparcstation debugger works */
40
40
41
- #ifndef NO_ASSERT_CHECKING
42
- #ifdef sparc
41
+ #if !defined(NO_ASSERT_CHECKING ) && defined(sparc )
43
42
#define register
44
- #endif /* sparc */
45
- #endif /* NO_ASSERT_CHECKING */
43
+ #endif /* !NO_ASSERT_CHECKING && sparc */
46
44
47
45
/* ----------------------------------------------------------------
48
46
* misc support routines
Original file line number Diff line number Diff line change 6
6
*
7
7
*
8
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.5 1996/08/26 06:30:21 scrappy Exp $
9
+ * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.6 1996/08/27 07:42:22 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
+
14
+ #include "config.h"
15
+
13
16
#include <stdio.h>
14
17
#include <sys/types.h> /* for mode_t */
15
18
#include <sys/stat.h> /* for umask(2) prototype */
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.2 1996/07/23 02:23:35 scrappy Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.3 1996/08/27 07:42:29 scrappy Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
15
+
16
+ #include "config.h"
17
+
15
18
#include <ctype.h>
16
19
#include <string.h>
17
20
#include "c.h"
You can’t perform that action at this time.
0 commit comments