Article # 203, added by Geoworks, historical record
| first | previous | index | next | last |

BORLAND.C: assert(los->u.localVar.type == typeIndex) failed



Q. I get the following error when I compile:

   BORLAND.C: Line 2778: assert(los->u.localVar.type == typeIndex) failed.
   ***error code  -1

A. This may be caused by odd variable declarations. Check your source
   code for such things as a local variable shadowing a global or a nest
   scope of local variables or something else unusual with a local
   variable.