summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@NetBSD.org>2012-07-12 20:26:03 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-16 22:27:56 -0700
commita52a5150dd353a6dcc8db1720d0616d14b14905e (patch)
tree03420406f47cb814d49e1dbced618d2a52e1395f
parent0824a8ce82e053723b661bf1c2864e52eebac917 (diff)
Rename PIC to ROFF_PIC to avoid problems with "-DPIC" compilations.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--misc.c2
-rw-r--r--vendor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 8818aa8..abe410e 100644
--- a/misc.c
+++ b/misc.c
@@ -764,7 +764,7 @@ ConstructCommand(cmdbuf, path, filename, tempfile)
filter = GRAP;
break;
case 'p':
- filter = PIC;
+ filter = ROFF_PIC;
break;
case 't':
filter = TBL;
diff --git a/vendor.h b/vendor.h
index 21ff3ec..fca9218 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 ROFF_PIC "pic"
# define VGRIND "vgrind"
# define REFER "refer"
# if defined(CSRG_BASED)