Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH zsh-3.1.5-pws-7: tiny change zmacros.yo



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
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)(
  )


Messages sorted by: Reverse Date, Date, Thread, Author