From 1afbc4f873029905685ceed9ed8dfeda4c28890d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 6 Feb 2008 00:20:32 +0100 Subject: [PATCH] Fixed a gcc warning. Rev: src/las.h:1.78 --- src/las.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/las.h b/src/las.h index d7c687f93c..ff680c2928 100644 --- a/src/las.h +++ b/src/las.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: las.h,v 1.77 2008/01/15 23:39:26 grubba Exp $ +|| $Id: las.h,v 1.78 2008/02/05 23:20:32 mast Exp $ */ #ifndef LAS_H @@ -20,6 +20,8 @@ typedef void (*c_fun)(INT32); /* Flags used by yytype_error() */ #define YYTE_IS_WARNING 1 +struct compiler_frame; /* Avoid gcc warning. */ + void yytype_error(const char *msg, struct pike_type *expected_t, struct pike_type *got_t, unsigned int flags); void low_yyerror(struct pike_string *str); -- GitLab