From 2c9254b609ee64d369ad28609623529fc44ddc6c Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 22 Jan 2002 06:43:55 +0000 Subject: [PATCH] 2002-01-22 Robert Collins * Makefile.in (OBJS): Remove supp.o - it appears accidental. * choose.cc: Don't define alloca anymore, it's done in win32.h --- ChangeLog | 5 +++++ Makefile.in | 1 - choose.cc | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d95d902..b8431d59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-22 Robert Collins + + * Makefile.in (OBJS): Remove supp.o - it appears accidental. + * choose.cc: Don't define alloca anymore, it's done in win32.h + 2002-01-22 Robert Collins * PickPackageLine.cc: New file. diff --git a/Makefile.in b/Makefile.in index 413a943f..23b7285c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,7 +152,6 @@ OBJS = \ source.o \ splash.o \ state.o \ - supp.o \ threebar.o \ version.o \ win32.o \ diff --git a/choose.cc b/choose.cc index 149a10df..9086f3bc 100644 --- a/choose.cc +++ b/choose.cc @@ -62,8 +62,6 @@ static const char *cvsid = #include "threebar.h" extern ThreeBarProgressPage Progress; -#define alloca __builtin_alloca - static int initialized = 0; static HWND lv, nextbutton, choose_inst_text; -- 2.43.5