mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Include stddef.h so that we use the system's definition of NULL. (#54730)
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com> * glib/gmacros.h: Include stddef.h so that we use the system's definition of NULL. (#54730)
This commit is contained in:
parent
3339995d87
commit
f94802c299
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Include stddef.h so that we use
|
||||
the system's definition of NULL. (#54730)
|
||||
|
||||
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* win32-fixup.pl:
|
||||
|
@ -31,6 +31,10 @@
|
||||
#ifndef __G_MACROS_H__
|
||||
#define __G_MACROS_H__
|
||||
|
||||
/* We include stddef.h to get the system's definition of NULL
|
||||
*/
|
||||
#include <stddef.h>
|
||||
|
||||
/* Here we provide G_GNUC_EXTENSION as an alias for __extension__,
|
||||
* where this is valid. This allows for warningless compilation of
|
||||
* "long long" types even in the presence of '-ansi -pedantic'.
|
||||
|
Loading…
Reference in New Issue
Block a user