Annul __builtin_classify_type' and
__extension__' if __lint__.
This commit is contained in:
parent
be41891152
commit
31045b4490
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: stdarg.h,v 1.9 1995/12/29 18:53:01 mycroft Exp $ */
|
||||
/* $NetBSD: stdarg.h,v 1.10 1996/12/27 20:55:28 pk Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -49,6 +49,11 @@
|
||||
|
||||
#include <machine/ansi.h>
|
||||
|
||||
#ifdef __lint__
|
||||
#define __extension__(x) (0)
|
||||
#define __builtin_classify_type(t) (0)
|
||||
#endif
|
||||
|
||||
typedef _BSD_VA_LIST_ va_list;
|
||||
|
||||
#define __va_size(type) \
|
||||
|
Loading…
Reference in New Issue
Block a user