mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
glib-init: statically assert that we have 8-bit bytes
configure.ac assumes this. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=730932
This commit is contained in:
@@ -2812,6 +2812,7 @@ _______EOF
|
||||
|
||||
|
||||
### this should always be true in a modern C/C++ compiler
|
||||
### and is statically asserted by glib-init.c
|
||||
cat >>$outfile <<_______EOF
|
||||
typedef signed char gint8;
|
||||
typedef unsigned char guint8;
|
||||
|
Reference in New Issue
Block a user