Bejhan Jetha wrote:
>
> Okay errors are:
>
> act.comm.c: In function `do_tell':
> act.comm.c:193: parse error before `!'
First, when you post errors and want help with them, add the code that goes
along with the errors.
act.comm.c:193 is the line that the error was triggered on, so include that
line and +- about 5 lines around it.
parse error usually means you missed a { } ; or similar.
before ! means it's before the ! on that line.
The remaining errors are probably due to the missing { } or ;
Other than that, you need to post code in order for someone to help you.
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT