summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-11-16 17:53:53 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-16 17:53:53 +0000
commit4334318379ac2f111abe99a7fd3d77c816f36071 (patch)
tree6c20ed72ec1dff652857a95f9998fc9f6b69c377
parentc624bdbddb760abedddd113b1ba839e50c6cbb61 (diff)
downloadpango-4334318379ac2f111abe99a7fd3d77c816f36071.tar.gz
Declare variable j so it compiles
2000-11-16 Havoc Pennington <hp@redhat.com> * pango/modules.c (handle_included_module): Declare variable j so it compiles
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-05
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/modules.c3
8 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 488b79b9..85a936c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/pango/modules.c b/pango/modules.c
index 896995a5..e6802b58 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -183,7 +183,8 @@ handle_included_module (PangoIncludedModule *mod)
{
PangoEngineInfo *engine_info;
int n_engines;
-
+ int j;
+
mod->list (&engine_info, &n_engines);
for (j = 0; j < n_engines; j++)