From 5112b2973f03f25f8ec7c045c6693e267ae49101 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Nov 1997 11:01:54 +0000 Subject: filter through cppi --- src/system.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index 487df0373..6f262a0de 100644 --- a/src/system.h +++ b/src/system.h @@ -115,7 +115,7 @@ #endif #ifndef CHAR_BIT -#define CHAR_BIT 8 +# define CHAR_BIT 8 #endif /* The extra casts work around common compiler bugs. */ @@ -124,11 +124,11 @@ #define TYPE_MAXIMUM(t) (~ (t) 0 - TYPE_MINIMUM (t)) #ifndef INT_MAX -#define INT_MAX TYPE_MAXIMUM (int) +# define INT_MAX TYPE_MAXIMUM (int) #endif #ifndef UINT_MAX -#define UINT_MAX TYPE_MAXIMUM (unsigned int) +# define UINT_MAX TYPE_MAXIMUM (unsigned int) #endif #include "pathmax.h" @@ -298,11 +298,11 @@ extern int errno; #endif /* HAVE_ST_BLOCKS */ #ifndef ST_NBLOCKS -#define ST_NBLOCKS(statbuf) ((statbuf).st_blocks) +# define ST_NBLOCKS(statbuf) ((statbuf).st_blocks) #endif #ifndef ST_NBLOCKSIZE -#define ST_NBLOCKSIZE 512 +# define ST_NBLOCKSIZE 512 #endif #include "sys2.h" -- cgit v1.2.3-54-g00ecf