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:
Sebastian Wilhelmi
2000-09-28 07:45:04 +00:00
committed by Sebastian Wilhelmi
parent 6088718e19
commit abb813df20
10 changed files with 58 additions and 7 deletions

View File

@@ -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.