(yyerror): static-ize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8468 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-27 02:37:18 +00:00
parent 85673a0135
commit 43a711ba3d

View File

@@ -1,6 +1,6 @@
%{ %{
/* /*
* Copyright (c) 1998, 1999 Kungliga Tekniska H<>gskolan * Copyright (c) 1998 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -35,8 +35,7 @@
#include "make_cmds.h" #include "make_cmds.h"
RCSID("$Id$"); RCSID("$Id$");
void yyerror (char *s); static void yyerror (char *s);
void error_message(char *, ...);
struct string_list* append_string(struct string_list*, char*); struct string_list* append_string(struct string_list*, char*);
void free_string_list(struct string_list *list); void free_string_list(struct string_list *list);
@@ -129,7 +128,7 @@ flag : STRING
%% %%
void static void
yyerror (char *s) yyerror (char *s)
{ {
error_message ("%s\n", s); error_message ("%s\n", s);