1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

fixed compilation probs with SGI cc

This commit is contained in:
kojima
2001-01-06 01:52:27 +00:00
parent d9540f37bf
commit 3874f848c1
4 changed files with 9 additions and 9 deletions

View File

@@ -1807,11 +1807,7 @@ W_ViewDelegate _TextViewDelegate =
};
/* nice, divisble-by-16 blocks */
static inline unsigned short
reqBlockSize(unsigned short requested)
{
return requested + 16 - (requested%16);
}
#define reqBlockSize(requested) (requested + 16 - (requested%16))
static void