mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Enable LLVM 20 flavour, and reorder FLAVORS. Only other changes are tests so no consumer PORTREVISION bumps.
12 lines
417 B
C
12 lines
417 B
C
/*===---- __stdarg_header_macro.h ------------------------------------------===
|
|
*
|
|
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
* See https://llvm.org/LICENSE.txt for license information.
|
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
*
|
|
*===-----------------------------------------------------------------------===
|
|
*/
|
|
|
|
#ifndef __STDARG_H
|
|
#define __STDARG_H
|
|
#endif
|