*** src/Makefile	Fri Sep 14 16:50:50 1990
--- src/orig/Makefile	Fri Sep 14 16:45:52 1990
***************
*** 1,4 ****
! CPP = gcc -traditional -E
  MAKE = make  # BSD doesn't have it as a default.
  #Note: an alternative is  CPP = /lib/cpp
  
--- 1,4 ----
! CPP = cc -E
  MAKE = make  # BSD doesn't have it as a default.
  #Note: an alternative is  CPP = /lib/cpp
  
*** src/ymakefile	Fri Sep 14 16:31:25 1990
--- src/orig/ymakefile	Fri Sep 14 16:31:00 1990
***************
*** 18,24 ****
  file named COPYING.  Among other things, the copyright notice
  and this notice must be preserved on all copies.  */
  
- CC = gcc -traditional
  
  dot = .
  /* on Xenix, replace double-dot below with $(dot)$(dot) */
--- 18,23 ----
*** src/sysdep.c	Tue Sep 18 12:24:49 1990
--- src/orig/sysdep.c	Tue Sep 18 12:18:19 1990
***************
*** 1780,1787 ****
  #endif BSD4_1
  
  #ifdef USG
- /* Bat device has these ones in -lX11 . */
- #if defined (BAT68K) && ! defined (HAVE_X_WINDOWS)
  /*
   *	The BSD random(3) returns numbers in the range of
   *	0 to 2e31 - 1.  The USG rand(3C) returns numbers in the
--- 1780,1785 ----
***************
*** 1802,1808 ****
    srand (arg);
  }
  
- #endif /* BAT */
  #endif /* USG */
  
  
--- 1800,1805 ----
***************
*** 2083,2089 ****
   *	that files be of same type (regular->regular, dir->dir, etc).
   */
  
- #if defined (BAT68K) && ! defined (HAVE_X_WINDOWS)
  rename (from, to)
       char *from;
       char *to;
--- 2080,2085 ----
***************
*** 2097,2103 ****
      }
    return (-1);
  }
- #endif
  
  /* VARARGS */
  setpriority ()
--- 2093,2098 ----
*** src/x11term.c	Tue Sep 18 12:40:16 1990
--- src/orig/x11term.c	Tue Sep 18 11:03:44 1990
***************
*** 84,93 ****
  #include <sys/time.h>   /* In addition to time.h.  */
  #endif
  
- #ifdef BAT68K
- #include <sys/time.h>   /* In addition to time.h.  */
- #endif
- 
  #include <fcntl.h>
  #include <stdio.h>
  #include <ctype.h>
--- 84,89 ----
***************
*** 395,401 ****
    BLOCK_INPUT_DECLARE ();
  
  #ifdef XDEBUG
!   fprintf (stderr, "x_clear_end_of_line (start %d)\n",start);
  #endif
  
    if (cursY < 0 || cursY >= screen_height)
--- 391,397 ----
    BLOCK_INPUT_DECLARE ();
  
  #ifdef XDEBUG
!   fprintf (stderr, "x_clear_end_of_line (start %d)\n",first_blank);
  #endif
  
    if (cursY < 0 || cursY >= screen_height)
