$OpenBSD: patch-jive_l,v 1.1 2015/11/10 12:35:10 sthen Exp $
--- jive.l.orig	Mon Feb  3 11:04:51 1997
+++ jive.l	Tue Nov 10 12:29:52 2015
@@ -8,7 +8,7 @@ BW [ 	]
 EW [ 	.,;!?]
 
 %{
-#define YY_DECL char * yylex YY_PROTO(( void ))
+#define YY_DECL char * yylex ( void )
 	char buf[128];
 %}
 
