mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -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
/*===---- __stddef_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 __STDDEF_H
|
|
#define __STDDEF_H
|
|
#endif
|