mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Merge branch 'ebassi/c99-macro-varargs' into 'main'
Require C99's __VA_ARGS__ Closes #2681 See merge request GNOME/glib!2791
This commit is contained in:
@@ -40,12 +40,12 @@ features’ are assumed. Those are detailed below.
|
||||
|
||||
GLib additionally requires Python 3 to build.
|
||||
|
||||
Varargs macros
|
||||
C99 Varargs macros
|
||||
---
|
||||
|
||||
_Not a hard requirement._
|
||||
_Hard requirement._
|
||||
|
||||
GLib can work with either C99 or GNU style varargs macros.
|
||||
GLib requires C99 ``__VA_ARG__`` support for both C and C++ compilers.
|
||||
|
||||
Symbol visibility control
|
||||
---
|
||||
|
Reference in New Issue
Block a user