Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parse error I don't understand...

Status
Not open for further replies.

veratien

Programmer
Mar 28, 2003
1
GB
Hi, I've got this error:
event_handler.c:42: parse error before "current_bucket"

from this line of code, which should compile properly (it's an addon to a program called SocketMud ( ):
bucket = (game_pulses current_bucket) % MAX_EVENT_HASH;

Any ideas?
 
Yeah, it's an addon to the barebones framework you linked to
but wheres the rest of the addon code?
Is game_pulses a typedef, are you supposed to perform
arithmetic on game_pulses and current_bucket, or what?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top