зеркало из https://github.com/mozilla/gecko-dev.git
STDARG=1 is the default until we can autoconf this
This commit is contained in:
Родитель
9229101e5c
Коммит
5e70723196
|
@ -38,12 +38,17 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* Hmm, everyone seems to be defining this. */
|
||||
#define STDARG
|
||||
#include <stdlib.h>
|
||||
#ifdef STDARG
|
||||
#include <stdarg.h>
|
||||
#else
|
||||
#include <varargs.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
@ -60,6 +65,9 @@ int MsgPriority=5;
|
|||
#define uint32 unsigned int
|
||||
#endif
|
||||
|
||||
/* Hmm, everyone seems to be defining this. */
|
||||
#define STDARG
|
||||
|
||||
typedef enum {
|
||||
USE_LARGE_KEY,
|
||||
USE_SMALL_KEY
|
||||
|
|
Загрузка…
Ссылка в новой задаче