forked from KolibriOS/kolibrios
C--: fix some compiler warnings
git-svn-id: svn://kolibrios.org@1849 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#define STRING_ERROR "string found in tree when trying to add to it"
|
||||
// ---- ‡ ¥á¥¨¥ ¯®¨¬¥®¢ ®© ª®áâ âë ¢ ᯨ᮪
|
||||
AddConstToTree(dword keystring,constvalue)
|
||||
dword ptr,newptr; // idrec structure
|
||||
@@ -32,7 +33,7 @@ dword ptr,newptr; // idrec structure
|
||||
}
|
||||
ptr=DSDWORD[ESI+right];
|
||||
}
|
||||
ELSE internalerror("string found in tree when trying to add to it");
|
||||
ELSE internalerror(STRING_ERROR);
|
||||
}
|
||||
}
|
||||
// ”®à¬¨à㥬 ®¢ãî § ¯¨áì ¢ ᯨ᪥
|
||||
@@ -110,7 +111,7 @@ dword ptr,newptr;
|
||||
}
|
||||
ptr=DSDWORD[ESI+right];
|
||||
}
|
||||
ELSE internalerror("string found in tree when trying to add to it");
|
||||
ELSE internalerror(STRING_ERROR);
|
||||
}
|
||||
}
|
||||
ESI=newptr;
|
||||
|
||||
Reference in New Issue
Block a user