From: sandeep Date: Sat, 10 Nov 2001 06:39:57 +0000 (+0000) Subject: Added NULL to port->cseOk function X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c923162f3666b264b8422d8d73e5b2edc28e8fec;p=fw%2Fsdcc Added NULL to port->cseOk function git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1552 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/avr/main.c b/src/avr/main.c index b097d093..98097a1e 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -217,6 +217,7 @@ PORT avr_port = { 0, /* leave ge */ 0, /* leave != */ 0, /* leave == */ - FALSE, /* No array initializer support. */ + FALSE, /* No array initializer support. */ + 0, /* no CSE cost estimation yet */ PORT_MAGIC };