Anthony wrote:

> what does the compiler mean when it says, "
> non-lvalue in assignment"?

It means that you tried to assign to something that cannot be assigned to.
An lvalue originally was something that can be on the left side of an
assignment. Nowadays, not all lvalues can be assigned to.
Anyway, a non-lvalue is definitely something that cannot be on the left side
of an assignment.

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to