|
From: Terry T. <ter...@us...> - 2005-01-24 02:52:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30682/Frontier/Common/Paige/headers Modified Files: PGSETJMP.H Log Message: Correct name of "CPUDefs.h" -> "CPUDEFS.H", "pgErrors.h" -> "PGERRORS.H" so compiles on case-sensitive filesystems work. Index: PGSETJMP.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGSETJMP.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGSETJMP.H 11 Jan 2005 22:47:44 -0000 1.2 --- PGSETJMP.H 24 Jan 2005 02:52:19 -0000 1.3 *************** *** 35,40 **** #define PGSETJMP_H ! #include "CPUDefs.h" ! #include "pgErrors.h" /* PG_VOLATILE - Any variable or parameter that is modified in a PG_TRY block and --- 35,40 ---- #define PGSETJMP_H ! #include "CPUDEFS.H" ! #include "PGERRORS.H" /* PG_VOLATILE - Any variable or parameter that is modified in a PG_TRY block and |