1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Massive commit to run PGINDENT on all *.c and *.h files.

This commit is contained in:
Bruce Momjian
1997-09-07 05:04:48 +00:00
parent 8fecd4febf
commit 1ccd423235
687 changed files with 150775 additions and 136888 deletions

View File

@@ -4,31 +4,34 @@
__USE_BSD is set by bsd/signal.h, and __USE_BSD_SIGNAL appears not to
be used.
*/
# define JMP_BUF
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# define NEED_I386_TAS_ASM
# define HAS_TEST_AND_SET
#define JMP_BUF
#define USE_POSIX_TIME
#define USE_POSIX_SIGNALS
#define NEED_I386_TAS_ASM
#define HAS_TEST_AND_SET
# if defined(PPC)
typedef unsigned int slock_t;
# endif
#if defined(PPC)
typedef unsigned int slock_t;
# if defined(PPC)
# undef NEED_I386_TAS_ASM
# undef HAVE_INT_TIMEZONE
# endif
#endif
# if defined(sparc)
# undef NEED_I386_TAS_ASM
# endif
#if defined(PPC)
#undef NEED_I386_TAS_ASM
#undef HAVE_INT_TIMEZONE
#endif
#if defined(sparc)
#undef NEED_I386_TAS_ASM
#endif
# if defined(__alpha__)
# undef NEED_I386_TAS_ASM
# endif
# if defined(__alpha__)
typedef long int slock_t;
# else
typedef unsigned char slock_t;
# endif
#if defined(__alpha__)
#undef NEED_I386_TAS_ASM
#endif
#if defined(__alpha__)
typedef long int slock_t;
#else
typedef unsigned char slock_t;
#endif