Define. New define. (g_bit_nth_msf): Use it. Also, add prototype.

Sat Sep  5 18:03:36 1998  Tom Tromey  <tromey@cygnus.com>

	* gutils.c (GLIB_INLINE): Define.
	* glib.h (GLIB_INLINE): New define.
	(g_bit_nth_msf): Use it.  Also, add prototype.
	(g_bit_storage): Likewise.
	(g_bit_storage): Likewise.
This commit is contained in:
Tom Tromey
1998-09-06 00:31:48 +00:00
committed by Tom Tromey
parent 1c3646f597
commit f57c045bd6
13 changed files with 221 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* Copyright (C) 1995-1998 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -24,6 +24,11 @@
#include <pwd.h>
#include <sys/types.h>
#include <sys/param.h>
/* When using gcc, we want to have a non-inlined version of the
* `extern inline'd functions in glib.h. We do this here. */
#define GLIB_INLINE
#include "glib.h"
const guint glib_major_version = GLIB_MAJOR_VERSION;