|
From: Terry T. <ter...@us...> - 2005-01-24 02:43:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28508/Frontier/Common/Paige/headers Modified Files: PGDEFTBL.H Log Message: Correct name of "CPUDefs.h" -> "CPUDEFS.H", "pgtxr.h" -> "pgTxr.h" so compiles on case-sensitive filesystems work. Index: PGDEFTBL.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGDEFTBL.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGDEFTBL.H 11 Jan 2005 22:47:44 -0000 1.2 --- PGDEFTBL.H 24 Jan 2005 02:43:41 -0000 1.3 *************** *** 9,13 **** #include "CPUDEFS.H" ! #include "pgtxr.h" #ifdef __cplusplus --- 9,13 ---- #include "CPUDEFS.H" ! #include "pgTxr.h" #ifdef __cplusplus |