[comp.mail.elm] elm 2.1PL1 - bad declarations

cudcv@warwick.ac.uk (Rob McMahon) (12/20/88)

In a couple of places a declaration is ended with a `;' prematurely.  This
happens to work because they're both declarations of int's, and a declaration
without a type at all defaults to int, but it is clearly not what was
intended.
-- 
RCS file: /usr/local/src/elm/utils/newmail.c,v
retrieving revision 2.1
retrieving revision 2.1.1.1
diff -c -r2.1 -r2.1.1.1
*** /tmp/,RCSt1a02888	Tue Dec 20 12:30:46 1988
--- /tmp/,RCSt2a02888	Tue Dec 20 12:30:49 1988
***************
*** 114,122 ****
  	  long		filesize;
         } folders[MAX_FOLDERS];
  
! int  interval_time;		/* how long to sleep between checks */
       debug = 0,			/* include verbose debug output?    */
!      in_window = 0;		/* are we running as 'wnewmail'?    */
       total_folders = 0,		/* # of folders we're monitoring    */
       current_folder = 0;	/* struct pointer for looping       */
  
--- 117,125 ----
  	  long		filesize;
         } folders[MAX_FOLDERS];
  
! int  interval_time,		/* how long to sleep between checks */
       debug = 0,			/* include verbose debug output?    */
!      in_window = 0,		/* are we running as 'wnewmail'?    */
       total_folders = 0,		/* # of folders we're monitoring    */
       current_folder = 0;	/* struct pointer for looping       */
  
-- 
RCS file: /usr/local/src/elm/hdrs/curses.h,v
retrieving revision 2.1
retrieving revision 2.1.1.1
diff -c -r2.1 -r2.1.1.1
*** /tmp/,RCSt1a02896	Tue Dec 20 12:31:46 1988
--- /tmp/,RCSt2a02896	Tue Dec 20 12:31:47 1988
***************
*** 52,58 ****
  	
       transmit_functions(),
  
!      Raw(),              RawState();
       ReadCh();
  
  char *return_value_of();
--- 55,61 ----
  	
       transmit_functions(),
  
!      Raw(),              RawState(),
       ReadCh();
  
  char *return_value_of();
-- 
Rob
-- 
UUCP:   ...!mcvax!ukc!warwick!cudcv	PHONE:  +44 203 523037
JANET:  cudcv@uk.ac.warwick             ARPA:   cudcv@warwick.ac.uk
Rob McMahon, Computing Services, Warwick University, Coventry CV4 7AL, England