From e18d3ebd6ca871ad150a9bc6157dbba3187f1591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Apr 2008 13:09:13 +0000 Subject: [PATCH] export sel_yyerror git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22975 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/sel-lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hx509/sel-lex.l b/lib/hx509/sel-lex.l index 94989761a..8df78585d 100644 --- a/lib/hx509/sel-lex.l +++ b/lib/hx509/sel-lex.l @@ -47,7 +47,7 @@ unsigned lineno = 1; static char * handle_string(void); static int lex_input(char *, int); static void error_message (const char *format, ...); -static void sel_yyerror (char *); +void sel_yyerror (char *); struct hx_expr_input _hx509_expr_input; @@ -91,7 +91,7 @@ error_message (const char *format, ...) va_end (args); } -static void +void sel_yyerror (char *s) { error_message("%s", s);