Fix build.

This commit is contained in:
Cy Schubert 2015-03-31 19:35:32 +00:00
parent a2f9ce8a69
commit 8e4f77ede8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280915

View File

@ -8,8 +8,8 @@
* Copyright (c) 2006
*/
%parse-param {struct FILE_INFO *ip_file}
%lex-param {struct FILE_INFO *ip_file}
%parse-param { struct FILE_INFO *ip_file }
%lex-param { struct FILE_INFO *ip_file }
%{
#ifdef HAVE_CONFIG_H