mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02: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:
@@ -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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* 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>
|
2001-08-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* win32-fixup.pl:
|
* win32-fixup.pl:
|
||||||
|
@@ -31,6 +31,10 @@
|
|||||||
#ifndef __G_MACROS_H__
|
#ifndef __G_MACROS_H__
|
||||||
#define __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__,
|
/* Here we provide G_GNUC_EXTENSION as an alias for __extension__,
|
||||||
* where this is valid. This allows for warningless compilation of
|
* where this is valid. This allows for warningless compilation of
|
||||||
* "long long" types even in the presence of '-ansi -pedantic'.
|
* "long long" types even in the presence of '-ansi -pedantic'.
|
||||||
|
Reference in New Issue
Block a user