Kaydet (Commit) 11529f55 authored tarafından Andreas Mantke's avatar Andreas Mantke

some lines of comment translated

üst e83b25a4
...@@ -162,7 +162,7 @@ start: ...@@ -162,7 +162,7 @@ start:
case SbxBYREF | SbxLONG: case SbxBYREF | SbxLONG:
nRes = *p->pLong; break; nRes = *p->pLong; break;
// ab hier muss getestet werden // from here had to be tested
case SbxBYREF | SbxULONG: case SbxBYREF | SbxULONG:
aTmp.nULong = *p->pULong; goto ref; aTmp.nULong = *p->pULong; goto ref;
case SbxBYREF | SbxERROR: case SbxBYREF | SbxERROR:
...@@ -199,7 +199,7 @@ void ImpPutLong( SbxValues* p, INT32 n ) ...@@ -199,7 +199,7 @@ void ImpPutLong( SbxValues* p, INT32 n )
start: start:
switch( +p->eType ) switch( +p->eType )
{ {
// Ab hier muss getestet werden // From here had to be tested
case SbxCHAR: case SbxCHAR:
aTmp.pChar = &p->nChar; goto direct; aTmp.pChar = &p->nChar; goto direct;
case SbxBYTE: case SbxBYTE:
...@@ -223,7 +223,7 @@ start: ...@@ -223,7 +223,7 @@ start:
aTmp.eType = SbxDataType( p->eType | SbxBYREF ); aTmp.eType = SbxDataType( p->eType | SbxBYREF );
p = &aTmp; goto start; p = &aTmp; goto start;
// ab hier nicht mehr // from here no longer
case SbxLONG: case SbxLONG:
p->nLong = n; break; p->nLong = n; break;
case SbxSINGLE: case SbxSINGLE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment