summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-11-21 19:23:23 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-11-21 19:23:23 +0000
commit5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c (patch)
treee1103d0255fa291e0f07204a32c32f0cf803e7ba /modules/indic
parent68660ec7c84a3e84f4e3cc3f787ab71d66836955 (diff)
downloadpango-5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c.tar.gz
Fix warnings - mostly include string.h for strcmp.
Fix warnings - mostly include string.h for strcmp.
Diffstat (limited to 'modules/indic')
-rw-r--r--modules/indic/gurmukhi-x.c4
-rw-r--r--modules/indic/gurmukhi.c4
-rw-r--r--modules/indic/myanmar-x.c4
-rw-r--r--modules/indic/myanmar.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/modules/indic/gurmukhi-x.c b/modules/indic/gurmukhi-x.c
index e448fb22..7d75e505 100644
--- a/modules/indic/gurmukhi-x.c
+++ b/modules/indic/gurmukhi-x.c
@@ -28,6 +28,7 @@
#include <glib.h>
#include <stdio.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"
@@ -150,8 +151,7 @@ pango_indic_engine_shape (PangoFont * font,
int n_chars, n_glyph;
int lvl;
- const char *p;
- int i, k;
+ int i;
gunichar *wc;
int sb;
int n_syls;
diff --git a/modules/indic/gurmukhi.c b/modules/indic/gurmukhi.c
index e448fb22..7d75e505 100644
--- a/modules/indic/gurmukhi.c
+++ b/modules/indic/gurmukhi.c
@@ -28,6 +28,7 @@
#include <glib.h>
#include <stdio.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"
@@ -150,8 +151,7 @@ pango_indic_engine_shape (PangoFont * font,
int n_chars, n_glyph;
int lvl;
- const char *p;
- int i, k;
+ int i;
gunichar *wc;
int sb;
int n_syls;
diff --git a/modules/indic/myanmar-x.c b/modules/indic/myanmar-x.c
index ae0424c6..ea3dc3fc 100644
--- a/modules/indic/myanmar-x.c
+++ b/modules/indic/myanmar-x.c
@@ -34,6 +34,7 @@
#include <glib.h>
#include <stdio.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"
@@ -128,8 +129,7 @@ pango_engine_shape (PangoFont * font,
int n_chars, n_glyph;
int lvl;
- const char *p;
- int i, k;
+ int i;
gunichar *wc;
int sb;
int n_syls;
diff --git a/modules/indic/myanmar.c b/modules/indic/myanmar.c
index ae0424c6..ea3dc3fc 100644
--- a/modules/indic/myanmar.c
+++ b/modules/indic/myanmar.c
@@ -34,6 +34,7 @@
#include <glib.h>
#include <stdio.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"
@@ -128,8 +129,7 @@ pango_engine_shape (PangoFont * font,
int n_chars, n_glyph;
int lvl;
- const char *p;
- int i, k;
+ int i;
gunichar *wc;
int sb;
int n_syls;