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

some lines of comment translated

üst 11529f55
...@@ -195,7 +195,7 @@ start: ...@@ -195,7 +195,7 @@ start:
case SbxBYREF | SbxBOOL: case SbxBYREF | SbxBOOL:
nRes = *p->pInteger; break; nRes = *p->pInteger; break;
// ab hier muss getestet werden // from here had to be tested
case SbxBYREF | SbxLONG: case SbxBYREF | SbxLONG:
aTmp.nLong = *p->pLong; goto ref; aTmp.nLong = *p->pLong; goto ref;
case SbxBYREF | SbxULONG: case SbxBYREF | SbxULONG:
...@@ -233,7 +233,7 @@ void ImpPutInteger( SbxValues* p, INT16 n ) ...@@ -233,7 +233,7 @@ void ImpPutInteger( SbxValues* p, INT16 n )
start: start:
switch( +p->eType ) switch( +p->eType )
{ {
// hier muss getestet werden // 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:
...@@ -249,7 +249,7 @@ start: ...@@ -249,7 +249,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 // frome here no longer
case SbxINTEGER: case SbxINTEGER:
case SbxBOOL: case SbxBOOL:
p->nInteger = n; break; p->nInteger = n; break;
......
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