From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20244 invoked from network); 21 Sep 1999 08:25:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Sep 1999 08:25:07 -0000 Received: (qmail 6464 invoked by alias); 21 Sep 1999 08:25:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7977 Received: (qmail 6456 invoked from network); 21 Sep 1999 08:25:02 -0000 Date: Tue, 21 Sep 1999 10:25:00 +0200 (MET DST) Message-Id: <199909210825.KAA14086@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Tue, 21 Sep 1999 10:20:19 +0200 (MET DST) Subject: Re: PATCH: math functions Ouch, I forgot to diff again after the last change... And I forgot to say that the flag for `zmodload' to auto-load math functions is `-f' as in `zmodload -af example sum length'. Bye Sven --- os/module.c Tue Sep 21 10:21:30 1999 +++ Src/module.c Tue Sep 21 10:22:40 1999 @@ -1776,6 +1776,7 @@ f->name = ztrdup(nam); f->module = ztrdup(module); + f->flags = 0; if (addmathfunc(f)) { zsfree(f->name); -- Sven Wischnowsky wischnow@informatik.hu-berlin.de