Module Name:    xsrc
Committed By:   christos
Date:           Fri May  1 15:18:54 UTC 2009

Modified Files:
        xsrc/external/mit/xman/dist: misc.c vendor.h

Log Message:
s/PIC/XMAN_PIC/


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xman/dist/misc.c
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xman/dist/vendor.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xman/dist/misc.c
diff -u xsrc/external/mit/xman/dist/misc.c:1.1.1.1 xsrc/external/mit/xman/dist/misc.c:1.2
--- xsrc/external/mit/xman/dist/misc.c:1.1.1.1	Wed Jul 30 00:30:15 2008
+++ xsrc/external/mit/xman/dist/misc.c	Fri May  1 11:18:54 2009
@@ -739,7 +739,7 @@
             filter = GRAP;
             break;
          case 'p':
-            filter = PIC;
+            filter = XMAN_PIC;
             break;
          case 't':
             filter = TBL;

Index: xsrc/external/mit/xman/dist/vendor.h
diff -u xsrc/external/mit/xman/dist/vendor.h:1.2 xsrc/external/mit/xman/dist/vendor.h:1.3
--- xsrc/external/mit/xman/dist/vendor.h:1.2	Wed Jan 28 09:07:22 2009
+++ xsrc/external/mit/xman/dist/vendor.h	Fri May  1 11:18:54 2009
@@ -187,8 +187,7 @@
 # define EQN		"eqn"
 # define TBL		"tbl"
 # define GRAP		"grap"
-# undef PIC	/* we don't care about position independent code */
-# define PIC		"pic"
+# define XMAN_PIC	"pic"
 # define VGRIND		"vgrind"
 # define REFER		"refer"
 # if defined(CSRG_BASED)

Reply via email to