[PATCH] Rename PIC to XMAN_PIC to avoid problems with "-DPIC" compilations.
Thomas Klausner
wiz at NetBSD.org
Thu Jul 12 05:55:31 PDT 2012
Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
misc.c | 2 +-
vendor.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc.c b/misc.c
index 8818aa8..7592996 100644
--- a/misc.c
+++ b/misc.c
@@ -764,7 +764,7 @@ ConstructCommand(cmdbuf, path, filename, tempfile)
filter = GRAP;
break;
case 'p':
- filter = PIC;
+ filter = XMAN_PIC;
break;
case 't':
filter = TBL;
diff --git a/vendor.h b/vendor.h
index 21ff3ec..740db3f 100644
--- a/vendor.h
+++ b/vendor.h
@@ -198,7 +198,7 @@ from the X Consortium.
# define EQN "eqn"
# define TBL "tbl"
# define GRAP "grap"
-# define PIC "pic"
+# define XMAN_PIC "pic"
# define VGRIND "vgrind"
# define REFER "refer"
# if defined(CSRG_BASED)
--
1.7.11.1
More information about the xorg-devel
mailing list