Fix the illegal word scanned by sfchecksource tools
authory4jin
Tue, 23 Nov 2010 14:07:04 +0800
changeset 705 67449e76cb84
parent 704 0f8b90f18a21 (diff)
parent 702 341ab25bc4ef (current diff)
child 706 5221386d044b
Fix the illegal word scanned by sfchecksource tools
imgtools/romtools/rofsbuild/r_build.cpp
--- a/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw.h	Tue Nov 23 10:47:23 2010 +0800
+++ b/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw.h	Tue Nov 23 14:07:04 2010 +0800
@@ -35,7 +35,7 @@
 #define __NORETURN_TERMINATOR()		abort()
 #endif
 #define IMPORT_C
-#if !defined __WINS__ && defined _WIN32 /* VC++ Browser Hack */
+#if !defined __WINS__ && defined _WIN32
 #define EXPORT_C
 /** @internalTechnology */
 #define asm(x)
--- a/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw_3_4_2.h	Tue Nov 23 10:47:23 2010 +0800
+++ b/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw_3_4_2.h	Tue Nov 23 14:07:04 2010 +0800
@@ -35,7 +35,7 @@
 #define __NORETURN_TERMINATOR()		abort()
 #endif
 #define IMPORT_C
-#if !defined __WINS__ && defined _WIN32 /* VC++ Browser Hack */
+#if !defined __WINS__ && defined _WIN32 
 #define EXPORT_C
 /** @internalTechnology */
 #define asm(x)
--- a/imgtools/imgcheck/group/distribution.policy	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/imgtools/imgcheck/src/hash.cpp	Tue Nov 23 10:47:23 2010 +0800
+++ b/imgtools/imgcheck/src/hash.cpp	Tue Nov 23 14:07:04 2010 +0800
@@ -55,7 +55,7 @@
 @internalComponent
 @released
 
-@param aString - const string& on which Hash value calcualtion to be done
+@param aString - const string& on which Hash value calcualtion 
 */
 int HashTable::Hash(const string& aString) {
 	unsigned int hashVal = 0;
--- a/imgtools/romtools/rofsbuild/r_build.cpp	Tue Nov 23 10:47:23 2010 +0800
+++ b/imgtools/romtools/rofsbuild/r_build.cpp	Tue Nov 23 14:07:04 2010 +0800
@@ -1128,7 +1128,7 @@
 				if (overflow)
 				{
 					// need to check if the compressed file will fit in the image
-					//TODO the checking will slow down the build process, should do it later along with the writing on aDest.
+					
 					TUint32 compressedSize;
 					char * buffer = new char [size];
 #if defined(__LINUX__)
--- a/srctools/distillsrc/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/complete/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/missing/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/shared/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/spacey/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools
--- a/srctools/distillsrc/test/source/spacey/spacey.mrp	Tue Nov 23 10:47:23 2010 +0800
+++ b/srctools/distillsrc/test/source/spacey/spacey.mrp	Tue Nov 23 14:07:04 2010 +0800
@@ -1,5 +1,5 @@
 component spacey
 source \source//spacey\\spacey.mrp
-source \source//spacey\\DISTRIBUTION.POLICY
+
 source \source\spacey\spa cey.txt
 notes_source	dummy     
--- a/srctools/distillsrc/test/source/whole/DISTRIBUTION.POLICY	Tue Nov 23 10:47:23 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD:	Reference/Test	Tools