View Single Post
Old 04-26-2002, 03:45 PM   #14
Yui Unifex
Senior Member
 
Join Date: Apr 2002
Location: Florida
Posts: 323
Yui Unifex is on a distinguished road
Send a message via ICQ to Yui Unifex Send a message via AIM to Yui Unifex
Question

It shouldn't return anything if it didn't find a manual prototype, and it shouldn't find a manual prototype. So that's good =).

Now the next one -- You need re_comp() for re_exec() to work properly. Do "grep re_comp *.[ch]". If that doesn't return anything either, you might as well just comment out the is_profane check (make it always return false), because it's not going to work anyway.

You should try commenting out the entire function body so that your mud will at least compile =). Then perhaps you could paste your is_profane() function so that we could find a workaround.
Yui Unifex is offline   Reply With Quote