|
From: Terry T. <ter...@us...> - 2005-01-24 03:47:27
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11392/Frontier/Common/Paige/headers Modified Files: PGTRAPS.H Log Message: Correct name of "CPUDefs.h" -> "CPUDEFS.H", "Paige.h" -> "PAIGE.H" so compiles on case-sensitive filesystems work. Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PGTRAPS.H 11 Jan 2005 22:47:44 -0000 1.4 --- PGTRAPS.H 24 Jan 2005 03:47:18 -0000 1.5 *************** *** 8,15 **** #define PGTRAPS_H ! #include "CPUDefs.h" #ifndef PAIGE_H ! #include "Paige.h" #endif --- 8,15 ---- #define PGTRAPS_H ! #include "CPUDEFS.H" #ifndef PAIGE_H ! #include "PAIGE.H" #endif |