Add note about include ordering.
[bpt/emacs.git] / src / data.c
index ab52c20..54c0d7c 100644 (file)
@@ -3271,10 +3271,6 @@ arith_error (signo)
      must reestablish each time */
   signal (signo, arith_error);
 #endif /* USG */
-#ifdef VMS
-  /* VMS systems are like USG.  */
-  signal (signo, arith_error);
-#endif /* VMS */
   sigsetmask (SIGEMPTYMASK);
 
   SIGNAL_THREAD_CHECK (signo);