home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / tsql / multical / Notes < prev    next >
Text File  |  1994-03-24  |  813b  |  22 lines

  1. Multical requires gcc 2.4.5. It may result in "internal compiler
  2. errors" for earlier versions of gcc.
  3.  
  4. From soo Thu Mar 24 14:47:19 1994
  5.  
  6. Compilation under gcc2.5.7 revealed two bugs, affecting test
  7. cases t5.sql, t11.sql and t17.sql.  Fixes were required in 
  8. two source modules.  The following are diffs showing changes
  9. in the affected source files, old code ("<") followed by 
  10. correction (">").
  11.  
  12. % diff dointerpret.c /home/soo/multical/prototype/interpret/dointerpret.c
  13. 597c597
  14. <     uninterpret_calendar_property_spec(thisexp.Vinterval_literal->syn_as_with);
  15. ---
  16. >     uninterpret_calendar_property_spec(thisexp.Vevent_literal->syn_as_with);
  17.  
  18. % diff tadt_builtin.c /home/soo/multical/calendric_system/tadt/tadt_builtin.c
  19. 282a283,284
  20. >   temp1.upack.indeterminate = FALSE;
  21. >   temp2.upack.indeterminate = FALSE;
  22.