|
From: Andre R. <and...@us...> - 2004-10-23 22:30:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3868/Frontier/Common/source Modified Files: langregexp.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langregexp.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langregexp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** langregexp.c 17 Oct 2004 12:38:34 -0000 1.3 --- langregexp.c 23 Oct 2004 22:30:08 -0000 1.4 *************** *** 24,39 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #ifdef flregexpverbs - #include <ctype.h> #include "error.h" #include "memory.h" --- 24,32 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #ifdef flregexpverbs #include "error.h" #include "memory.h" |