FILE DESCRIPTION ---------------------------------------------------------------------- gcc2.2.2-cccp.c-MAKECPP.diff is a quick hack by jvh@cs.hut.fi to make cccp.c understand MAKECPP etc that is required to do shadowed makes with CMU's make. After seeing MAKECPP gcc will not search in any standard directories but will expand CPATH and various -I directives. Otherwise inclusion is like after -I-, ie. files are searched in the path instead of looking at the current file name in #include "foo" There is also a new option -dP for examining the paths. user.c.diff The cpp hack above doesn't do exactly what it should. This patch to mig/user.c fixes the problem. gcc2.3.1-cccp.c-MAKECPP.diff The same as above but for a newer compiler. gcc2.3.1-cccp.c-MAKECPP.udiff Unidiff instead of context diff.