no need to use PROTO.

This commit is contained in:
Vítor Santos Costa
2014-05-25 20:48:44 +01:00
parent 0ebea4ec26
commit 99ab3fb748
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
/* for the sake of NULL */
#include <stdio.h>
void PROTO(init_regexp, (void));
void init_regexp( void );
static int check_regexp(void)
{