FILE COMPARISON
Produced: 21/03/2008 4:06:13 PM

Mode:  Differences with Context

Left file: C:\Program Files\NSIS\Source\!b4changes\build.cpp
Right file: C:\Program Files\NSIS\Source\build.cpp
L28=R28 {
          display_info=1;
          display_script=1;
          display_errors=1;
          display_warnings=1;

------------------------------------------------------------------------
R34       definedlist.add("NSIS_DATE_FIX_VERSION"); //added by NR
            //define this symbol so our scripts can check for it and abort if
            // we aren't using the version with the date fix in it

------------------------------------------------------------------------
L34=R38   has_called_write_output=0;

          ns_func.add("",0); // make sure offset 0 is special on these (i.e. never used by a label)
          ns_label.add("",0);

          header_data_new=(unsigned char*)malloc(zlib_exeheader_size);
------------------------------------------------------------------------
