mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Some platforms support 64 bit 'long long', but you can not printf or scanf
2000-09-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in, tests/type-test.c: Some platforms support 64 bit 'long long', but you can not printf or scanf them. In that case, don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program to reflect that.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
6088718e19
commit
abb813df20
@@ -1,5 +1,10 @@
|
||||
2000-09-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in, tests/type-test.c: Some platforms support 64 bit
|
||||
'long long', but you can not printf or scanf them. In that case,
|
||||
don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program
|
||||
to reflect that.
|
||||
|
||||
* gutils.c (g_get_current_dir): max_len can't be initialized
|
||||
statically as it might call a function. So do it at first call.
|
||||
|
||||
|
Reference in New Issue
Block a user