[gnumeric] Compilation: yyparse is now static.



commit 9b7780f5fc16992f5e0184d3bcfcb2ef538b507d
Author: Morten Welinder <terra gnome org>
Date:   Mon May 23 09:26:05 2011 -0400

    Compilation: yyparse is now static.

 ChangeLog    |    4 ++++
 src/parser.y |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bcb87e3..aa83831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-23  Morten Welinder  <terra gnome org>
+
+	* src/parser.y: Make yyparse static.
+
 2011-05-23  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/print-info.h (_PrintInformation): new field
diff --git a/src/parser.y b/src/parser.y
index 6764ff0..d41d517 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -564,7 +564,7 @@ parser_sheet_by_name (Workbook *wb, GnmExpr *name_expr)
 }
 
 /* Make byacc happier */
-int yyparse (void);
+static int yyparse (void);
 
 %}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]