These files should never have been committed... obviously
spotted by oga@, thanks!
This commit is contained in:
parent
ca6f3415f1
commit
240aee9a7b
@ -1,63 +0,0 @@
|
||||
$OpenBSD: patch-src_GtkamlImplicitsStore_c.orig,v 1.1 2009/04/07 21:48:05 ajacoutot Exp $
|
||||
|
||||
Fix a gint-gsize-confusion to get rid of a bus error on sparc64.
|
||||
|
||||
--- src/GtkamlImplicitsStore.c.orig Sun Mar 22 20:10:31 2009
|
||||
+++ src/GtkamlImplicitsStore.c Sun Mar 22 20:13:45 2009
|
||||
@@ -145,7 +145,7 @@ gboolean gtkaml_key_file_wrapper_has_key (GtkamlKeyFil
|
||||
}
|
||||
|
||||
|
||||
-char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, int* result_length1) {
|
||||
+char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, gsize* result_length1) {
|
||||
GError * inner_error;
|
||||
g_return_val_if_fail (self != NULL, NULL);
|
||||
g_return_val_if_fail (group != NULL, NULL);
|
||||
@@ -155,7 +155,7 @@ char** gtkaml_key_file_wrapper_get_string_list (Gtkaml
|
||||
char** _tmp2;
|
||||
gint _tmp1_size;
|
||||
gint _tmp1_length1;
|
||||
- gint _tmp0;
|
||||
+ gsize _tmp0;
|
||||
char** _tmp1;
|
||||
char** _tmp3;
|
||||
_tmp2 = NULL;
|
||||
@@ -355,15 +355,15 @@ GeeList* gtkaml_implicits_store_get_adds (GtkamlImplic
|
||||
if (gtkaml_key_file_wrapper_has_key (kfw, class_name, "adds")) {
|
||||
char** _tmp1;
|
||||
gint kf_adds_size;
|
||||
- gint kf_adds_length1;
|
||||
- gint _tmp0;
|
||||
+ gsize kf_adds_length1;
|
||||
+ gsize _tmp0;
|
||||
char** kf_adds;
|
||||
_tmp1 = NULL;
|
||||
kf_adds = (_tmp1 = gtkaml_key_file_wrapper_get_string_list (kfw, class_name, "adds", &_tmp0), kf_adds_length1 = _tmp0, kf_adds_size = kf_adds_length1, _tmp1);
|
||||
{
|
||||
char** add_collection;
|
||||
int add_collection_length1;
|
||||
- int add_it;
|
||||
+ gsize add_it;
|
||||
add_collection = kf_adds;
|
||||
add_collection_length1 = kf_adds_length1;
|
||||
for (add_it = 0; add_it < kf_adds_length1; add_it = add_it + 1) {
|
||||
@@ -409,8 +409,8 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
if (gtkaml_key_file_wrapper_has_key (kfw, class_name, method_name)) {
|
||||
char** _tmp3;
|
||||
gint kf_parameters_size;
|
||||
- gint kf_parameters_length1;
|
||||
- gint _tmp2;
|
||||
+ gsize kf_parameters_length1;
|
||||
+ gsize _tmp2;
|
||||
char** kf_parameters;
|
||||
GeeList* _tmp11;
|
||||
_tmp3 = NULL;
|
||||
@@ -418,7 +418,7 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
{
|
||||
char** parameter_collection;
|
||||
int parameter_collection_length1;
|
||||
- int parameter_it;
|
||||
+ gsize parameter_it;
|
||||
parameter_collection = kf_parameters;
|
||||
parameter_collection_length1 = kf_parameters_length1;
|
||||
for (parameter_it = 0; parameter_it < kf_parameters_length1; parameter_it = parameter_it + 1) {
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-src_GtkamlRootClassDefinition_h.orig,v 1.1 2009/04/07 21:48:05 ajacoutot Exp $
|
||||
--- src/GtkamlRootClassDefinition.h.orig Tue Apr 7 23:40:50 2009
|
||||
+++ src/GtkamlRootClassDefinition.h Tue Apr 7 23:41:04 2009
|
||||
@@ -25,11 +25,10 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
-#include <vala/valasourcereference.h>
|
||||
+#include <vala.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <vala/valaclass.h>
|
||||
-#include <gee/list.h>
|
||||
+#include <gee.h>
|
||||
#include <gee/map.h>
|
||||
#include "GtkamlClassDefinition.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user