Suuports clang compiler
[anna.git] / source / dbms.oracle / OutputBind.cpp
index 490e31d..a6946ab 100644 (file)
@@ -192,7 +192,7 @@ throw(RuntimeException) {
 
   int j = 0;
 
-  for(register int i = 1; i < a_length; i += 2, j ++) {
+  for(int i = 1; i < a_length; i += 2, j ++) {
     hex = asByte(src [i - 1]) << 4;
     hex |= asByte(src [i]);
     dest [j] = hex;