mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Move string.h include into the .c file instead of where it was in the .h
Sun Jul 9 21:21:46 2000 Owen Taylor <otaylor@redhat.com> * genums.[ch]: Move string.h include into the .c file instead of where it was in the .h file by mistake. Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com> * gunicode.h: Include stddef.h instead of stdlib.h
This commit is contained in:
parent
39732afc59
commit
04bc211e6c
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gunicode.h: Include stddef.h instead of stdlib.h
|
||||
|
||||
2000-07-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GUNICODE_H__
|
||||
#define __GUNICODE_H__
|
||||
|
||||
#include <stdlib.h> /* For size_t */
|
||||
#include <stddef.h> /* For size_t */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Jul 9 21:21:46 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* genums.c: Move string.h include into the .c file
|
||||
instead of where it was in the .h file by mistake.
|
||||
|
||||
Thu Jul 6 15:30:27 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): dist fixes.
|
||||
|
@ -16,6 +16,9 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "genums.h"
|
||||
|
||||
#include "gvalue.h"
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef __G_ENUMS_H__
|
||||
#define __G_ENUMS_H__
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gobject/gtype.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GUNICODE_H__
|
||||
#define __GUNICODE_H__
|
||||
|
||||
#include <stdlib.h> /* For size_t */
|
||||
#include <stddef.h> /* For size_t */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
Loading…
Reference in New Issue
Block a user