persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
--- a/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h	Thu Aug 19 11:36:21 2010 +0300
+++ b/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclUnixPort.h	Tue Aug 31 16:57:14 2010 +0300
@@ -508,7 +508,9 @@
 #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.
@@ -517,8 +519,9 @@
  * 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.