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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user