zsh-workers
 help / color / mirror / code / Atom feed
* PATCH zsh-3.1.5-pws-7: tiny change zmacros.yo
@ 1999-02-08  6:56 Matt Armstrong
  0 siblings, 0 replies; only message in thread
From: Matt Armstrong @ 1999-02-08  6:56 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

I know as little about yodl as most everyone else, but this patch fixes 
the first problem I had when trying to compile the yodl zsh docs under 
cygwin.  Maybe it was because I'm running a recent development snapshot 
of yodl, but whatever the reason I was finding that using CHAR(+) was 
barfing, so I changed it to CHAR(43).


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

[-- Attachment #2: zsh-yo-patch.txt --]
[-- Type: text/plain, Size: 516 bytes --]

Index: zsh/Doc/zmacros.yo
diff -c zsh/Doc/zmacros.yo:1.1.1.1 zsh/Doc/zmacros.yo:1.2
*** zsh/Doc/zmacros.yo:1.1.1.1	Sat Jan 23 18:10:11 1999
--- zsh/Doc/zmacros.yo	Sun Jan 31 23:01:35 1999
***************
*** 19,25 ****
  
  DEFINEMACRO(LPAR)(0)(CHAR(40))
  DEFINEMACRO(RPAR)(0)(CHAR(41))
! DEFINEMACRO(PLUS)(0)(CHAR(+))
  
  DEFINEMACRO(NL)(0)(
  )
--- 19,25 ----
  
  DEFINEMACRO(LPAR)(0)(CHAR(40))
  DEFINEMACRO(RPAR)(0)(CHAR(41))
! DEFINEMACRO(PLUS)(0)(CHAR(43))
  
  DEFINEMACRO(NL)(0)(
  )

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-08  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-08  6:56 PATCH zsh-3.1.5-pws-7: tiny change zmacros.yo Matt Armstrong

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).