switch source tree from k&r to c99
This commit is contained in:
@@ -52,7 +52,7 @@ struct nhregex {
|
||||
};
|
||||
|
||||
struct nhregex *
|
||||
regex_init()
|
||||
regex_init(void)
|
||||
{
|
||||
return (struct nhregex *) alloc(sizeof(struct nhregex));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user