In unexnt.c line 989 reads:

  DBEGIN = (DBEGIN_TY) ptr;

It seems that everywhere the symbol DBEGIN appears it is defined
to be a number. Thus this line expands to something like:

  0 = unsigned int ptr;

which generates:
 unexnt.c:989: error: invalid lvalue in assignment

Tim


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to