A89: Unknown escape sequence '\p'?


[Prev][Next][Index][Thread]

A89: Unknown escape sequence '\p'?



I am trying to compile my program using TIGCC (using the IDE). I am referring
to a TIOS variable in a manner such as this "SymFind($(main\\poo))". When I
compile it, it gives me the error "Unknown escape sequance '\p' ". It then
proceeds to compile it after giving this warning. It seems there is a bug
that it doesn't recognize "\\" (used to represent the \ character in
strings). Has anyone else experienced this??

Just informing everyone of the problem,
Josh