Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!well!pokey
From: pokey@well.UUCP (Jef Poskanzer)
Newsgroups: comp.mail.elm
Subject: Re: Word wrap for ELM
Message-ID: <13807@well.UUCP>
Date: 26 Sep 89 00:19:38 GMT
References: <13805@well.UUCP>
Reply-To: Jef Poskanzer 
Organization: Paratheo-Anametamystikhood Of Eris Esoteric, Ada Lovelace Cabal
Lines: 40

Oops, apply this patch, I got an #ifdef backwards.

*** b	Mon Sep 25 17:17:03 1989
--- src/mail_editor.c	Mon Sep 25 17:15:47 1989
***************
*** 51,58
  	char buffer[BUFLEN];
  	int  file_already_exists = 0;
  #ifdef CBREAKISM
- 	int  cont_handler( );
- #else CBREAKISM
  	int  tstp_handler( ), cont_handler( );
  #endif CBREAKISM
  

--- 51,56 -----
  	char buffer[BUFLEN];
  	int  file_already_exists = 0;
  #ifdef CBREAKISM
  	int  tstp_handler( ), cont_handler( );
  #else CBREAKISM
  	int  cont_handler( );
***************
*** 54,59
  	int  cont_handler( );
  #else CBREAKISM
  	int  tstp_handler( ), cont_handler( );
  #endif CBREAKISM
  
  	if (argc == 1) {

--- 52,59 -----
  	int  file_already_exists = 0;
  #ifdef CBREAKISM
  	int  tstp_handler( ), cont_handler( );
+ #else CBREAKISM
+ 	int  cont_handler( );
  #endif CBREAKISM
  
  	if (argc == 1) {