freebsd-ports/lang/see-devel/files/patch-libsee_parse.c
Pietro Cerutti 2076821b43 - Import two bug-fixes from upstream
PR:		126713
Submitted by:	Simun Mikecin <numisemis@yahoo.com> (maintainer)
2008-08-21 23:00:20 +00:00

18 lines
509 B
C

--- libsee/parse.c.orig Sun Feb 10 05:59:48 2008
+++ libsee/parse.c Thu Aug 21 13:07:30 2008
@@ -27,7 +27,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id: parse.c 1371 2008-02-10 04:59:09Z d $ */
+/* $Id: parse.c 1381 2008-03-05 07:29:31Z d $ */
/*
* Combined parser and evaluator.
@@ -12317,6 +12317,7 @@
&SourceElements_nodeclass);
ss->statements = s;
ss->functions = NULL;
+ ss->vars = NULL;
return (struct node *)ss;
}