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

Redefinition Error



I keep getting a redefinition error and I would really appreciate some
help.

-------------------------------------------------

message = 
	{depend}dependence P.tpu id arrow id  |
	{insert} inserting P.tpu id  |
	{successfork} forking P.tpu forkinfo? ok activethreads	|
	{unsuccessfork} forking P.tpu forkinfo   not ok activethreads 	|
	{delay} delay P.tpu id colon [period]:int |
	{update} updating P.tpu id |
	{leave} leaving P.tpu id id;

-----------------------------------------------

Error:Redefinition of ADependMessage.Id.

I don't show the rest of the grammar cause  i thought it's irrelevant.