diff -r 26645d81f48d -r cc28652e0254 persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h --- a/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h Wed Sep 01 12:39:58 2010 +0100 @@ -508,9 +508,7 @@ #if defined(_sgi) || defined(__sgi) || (defined(__APPLE__) && defined(__DYNAMIC__)) # define environ _environ #endif -#ifndef __SYMBIAN32__ // added to prevent RVCT warnings on armv5 extern char **environ; -#endif /* * At present (12/91) not all stdlib.h implementations declare strtod. @@ -519,9 +517,8 @@ * an int. There's no ANSI prototype for it because there would end * up being too many conflicts with slightly-different prototypes. */ -#ifndef __SYMBIAN32__ // added to prevent RVCT warnings on armv5 + extern double strtod(); -#endif /* * There is no platform-specific panic routine for Unix in the Tcl internals.