>handler.c: In function `isname': >handler.c:87: warning: implicit declaration of function `single_isname' > > I also noticed this bug. D Tyler Barnes kindly rewrote the code. I'll > post it here for anyone who wants it: Not a bug. Just move single_isname() above isname() code. It's trying to call single_isname before it's being compiled. -E. -- +---------------------------------------------------------------+ | 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