summaryrefslogtreecommitdiff
path: root/modules/basic/basic-x.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-01-03 17:54:42 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-03 17:54:42 +0000
commitbaa65c923254e7e1b8b620f46adaff3447f4625f (patch)
tree4d6001dbe2dd98e75c62cc7f1b85df6a09863183 /modules/basic/basic-x.c
parentdaa9bd06394d42f4f5840660fab449cbd879554e (diff)
downloadpango-baa65c923254e7e1b8b620f46adaff3447f4625f.tar.gz
Rename all x modules from abc to abc-x.
2001-01-03 Alexander Larsson <alexl@redhat.com> * configure.in: * modules/arabic/Makefile.am: * modules/arabic/arabic-x.c: * modules/basic/Makefile.am: * modules/basic/basic-x.c: * modules/hangul/Makefile.am: * modules/hangul/hangul-x.c: * modules/indic/Makefile.am: * modules/indic/bengali-x.c: * modules/indic/devanagari-x.c: * modules/indic/gujarati-x.c: * modules/indic/gurmukhi-x.c: * modules/indic/myanmar-x.c: * modules/tamil/Makefile.am: * modules/tamil/tamil-x.c: * modules/thai/Makefile.am: * modules/thai/thai-x.c: Rename all x modules from abc to abc-x. * modules/arabic/arabic.c: * modules/basic/basic.c: * modules/hangul/hangul.c: * modules/indic/bengali.c: * modules/indic/devanagari.c: * modules/indic/gujarati.c: * modules/indic/gurmukhi.c: * modules/indic/myanmar.c: * modules/tamil/tamil.c: * modules/thai/thai.c: These were all copied to file-x.c and then removed.
Diffstat (limited to 'modules/basic/basic-x.c')
-rw-r--r--modules/basic/basic-x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c
index 627bc531..205079c5 100644
--- a/modules/basic/basic-x.c
+++ b/modules/basic/basic-x.c
@@ -476,8 +476,8 @@ basic_engine_x_new ()
/* The following three functions provide the public module API for
* Pango
*/
-#ifdef MODULE_PREFIX
-#define MODULE_ENTRY(func) _pango_basic_##func
+#ifdef X_MODULE_PREFIX
+#define MODULE_ENTRY(func) _pango_basic_x_##func
#else
#define MODULE_ENTRY(func) func
#endif