Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH zsh-3.1.5-pws-7: tiny change zmacros.yo
- X-seq: zsh-workers 5311
- From: "Matt Armstrong" <mattarmst@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH zsh-3.1.5-pws-7: tiny change zmacros.yo
- Date: Sun, 07 Feb 1999 22:56:42 PST
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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