зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1155263 - missing <stdint.h> header in rulebrk.c r=dholbert
This commit is contained in:
Родитель
f6035e833a
Коммит
42d5db6e98
|
@ -4,6 +4,7 @@
|
|||
#define TH_UNICODE
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include "th_char.h"
|
||||
#define th_isalpha(c) (((c)>='a'&&(c)<='z')||((c)>='A'&&(c)<='Z'))
|
||||
|
|
Загрузка…
Ссылка в новой задаче