From d3143b4c2ec0df9cec245e1e6a57e4f18ef71726 Mon Sep 17 00:00:00 2001 From: biouman Date: Wed, 2 May 2001 01:54:13 +0000 Subject: *** empty log message *** --- lib/Makefile.am | 2 +- lib/pile.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index c6651e2..f45d8a7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS) INCLUDES = -I. -I.. -I$(includedir) -I../include lib_LTLIBRARIES = libPolynom.la -libPolynom_la_SOURCES = exceptions.c hash.c numbers.c parser.c pile.c polynom.c scalaires.c terminal.c interface.c +libPolynom_la_SOURCES = exceptions.c hash.c numbers.c parser.c pile.c polynom.c scalaires.c terminal.c interface.c fonctions.c libPolynom_la_LDFLAGS = -version-info $(Polynom_VERSION_INFO) diff --git a/lib/pile.c b/lib/pile.c index e5abca9..6459019 100644 --- a/lib/pile.c +++ b/lib/pile.c @@ -392,7 +392,7 @@ void act_pile(int func) printf("----- OP_FUNC_CALL\n"); #endif for (i=0;i<3;i++) - operande[i].polyn=NULL; + operande[i].poly=NULL; operande1 = pop_pile(1); if (operande1.type == T_INT) { for(i=0;i