gjs r68 - in trunk: . gi modules
- From: tko svn gnome org
- To: svn-commits-list gnome org
- Subject: gjs r68 - in trunk: . gi modules
- Date: Fri, 31 Oct 2008 11:36:53 +0000 (UTC)
Author: tko
Date: Fri Oct 31 11:36:53 2008
New Revision: 68
URL: http://svn.gnome.org/viewvc/gjs?rev=68&view=rev
Log:
Remove duplicate native.[ch] from gjs-gi
* Makefile-gi.am:
* gi/native.c:
* gi/native.h:
* modules/gi.c: Remove duplicate native.[ch] from gjs-gi, it's
already in gjs/
Removed:
trunk/gi/native.c
trunk/gi/native.h
Modified:
trunk/Makefile-gi.am
trunk/modules/gi.c
Modified: trunk/Makefile-gi.am
==============================================================================
--- trunk/Makefile-gi.am (original)
+++ trunk/Makefile-gi.am Fri Oct 31 11:36:53 2008
@@ -19,7 +19,6 @@
gi/enumeration.h \
gi/function.h \
gi/keep-alive.h \
- gi/native.h \
gi/ns.h \
gi/object.h \
gi/param.h \
@@ -34,7 +33,6 @@
gi/enumeration.c \
gi/function.c \
gi/keep-alive.c \
- gi/native.c \
gi/ns.c \
gi/object.c \
gi/param.c \
Modified: trunk/modules/gi.c
==============================================================================
--- trunk/modules/gi.c (original)
+++ trunk/modules/gi.c Fri Oct 31 11:36:53 2008
@@ -27,7 +27,7 @@
#include <string.h>
-#include "gi/native.h"
+#include "gjs/native.h"
#include "gi/repo.h"
JSBool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]