зеркало из https://github.com/mozilla/pjs.git
Backing out jim_nance's checkins, break win32 build, also have #ifdef
XP_MAC which is crufty, should be able to do this xp
This commit is contained in:
Родитель
15a0d5f4db
Коммит
fe02f55638
|
@ -77,10 +77,8 @@ mailing address.
|
|||
#define HOWMANY(x, r) (((x) + ((r) - 1)) / (r))
|
||||
#define ROUNDUP(x, r) (HOWMANY(x, r) * (r))
|
||||
|
||||
#if defined(XP_MAC) /* Mac needs this, but it breaks Tru64 Unix - bug 50782 */
|
||||
int il_debug;
|
||||
PRLogModuleInfo *il_log_module = NULL;
|
||||
#endif
|
||||
|
||||
#ifndef MAX
|
||||
# define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||
|
|
Загрузка…
Ссылка в новой задаче