mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
include string.h for memset include string.h for strcpy include string.h
Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com> * gobject.c:include string.h for memset * genums.h: include string.h for strcpy * gvalue.c: include string.h for memset, memcpy.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gobject.c:include string.h for memset
|
||||||
|
* genums.h: include string.h for strcpy
|
||||||
|
* gvalue.c: include string.h for memset, memcpy.
|
||||||
|
|
||||||
Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org>
|
Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
|
* gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
|
||||||
|
@@ -19,7 +19,9 @@
|
|||||||
#ifndef __G_ENUMS_H__
|
#ifndef __G_ENUMS_H__
|
||||||
#define __G_ENUMS_H__
|
#define __G_ENUMS_H__
|
||||||
|
|
||||||
#include <gobject/gtype.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <gobject/gtype.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -16,10 +16,11 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
#include "gobject.h"
|
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "gvaluecollector.h"
|
#include "gobject.h"
|
||||||
|
#include "gvaluecollector.h"
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG_OBJECTS
|
#define DEBUG_OBJECTS
|
||||||
|
@@ -16,7 +16,10 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
#include "gvalue.h"
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gvalue.h"
|
||||||
|
|
||||||
|
|
||||||
/* --- typedefs & structures --- */
|
/* --- typedefs & structures --- */
|
||||||
|
Reference in New Issue
Block a user