emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/floatfns.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/floatfns.c
Date: Fri, 04 Apr 2003 01:23:50 -0500

Index: emacs/src/floatfns.c
diff -c emacs/src/floatfns.c:1.78 emacs/src/floatfns.c:1.79
*** emacs/src/floatfns.c:1.78   Tue Feb 19 05:58:07 2002
--- emacs/src/floatfns.c        Tue Feb  4 09:03:12 2003
***************
*** 468,474 ****
        x = XINT (arg1);
        y = XINT (arg2);
        acc = 1;
!       
        if (y < 0)
        {
          if (x == 1)
--- 468,474 ----
        x = XINT (arg1);
        y = XINT (arg2);
        acc = 1;
! 
        if (y < 0)
        {
          if (x == 1)
***************
*** 992,998 ****
  #endif /* FLOAT_CATCH_SIGILL */
  
  #ifdef HAVE_MATHERR
! int 
  matherr (x)
       struct exception *x;
  {
--- 992,998 ----
  #endif /* FLOAT_CATCH_SIGILL */
  
  #ifdef HAVE_MATHERR
! int
  matherr (x)
       struct exception *x;
  {
***************
*** 1026,1032 ****
  {
  #ifdef FLOAT_CATCH_SIGILL
    signal (SIGILL, float_error);
! #endif 
    in_float = 0;
  }
  
--- 1026,1032 ----
  {
  #ifdef FLOAT_CATCH_SIGILL
    signal (SIGILL, float_error);
! #endif
    in_float = 0;
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]