(yyerror): static-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8468 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -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).  | ||||
|  * All rights reserved.  | ||||
|  * | ||||
| @@ -35,8 +35,7 @@ | ||||
| #include "make_cmds.h" | ||||
| RCSID("$Id$"); | ||||
|  | ||||
| void yyerror (char *s); | ||||
| void error_message(char *, ...); | ||||
| static void yyerror (char *s); | ||||
|  | ||||
| struct string_list* append_string(struct string_list*, char*); | ||||
| void free_string_list(struct string_list *list); | ||||
| @@ -129,7 +128,7 @@ flag		: STRING | ||||
|  | ||||
| %% | ||||
|  | ||||
| void | ||||
| static void | ||||
| yyerror (char *s) | ||||
| { | ||||
|     error_message ("%s\n", s); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund