From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20373 invoked from network); 10 Jun 1999 10:31:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Jun 1999 10:31:58 -0000 Received: (qmail 2104 invoked by alias); 10 Jun 1999 10:30:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6566 Received: (qmail 2097 invoked from network); 10 Jun 1999 10:30:40 -0000 Message-Id: <9906101001.AA23896@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: pws-21: no more testhash Date: Thu, 10 Jun 1999 12:01:55 +0200 From: Peter Stephenson It's time to get rid of the special test parameter $testhash, which I didn't use much any way. Other special hashes are available now. --- Src/params.c.th Thu Jun 10 10:43:24 1999 +++ Src/params.c Thu Jun 10 11:59:27 1999 @@ -231,11 +231,6 @@ IPDEF9("psvar", &psvar, "PSVAR"), IPDEF9("watch", &watch, "WATCH"), -/*TEST BEGIN*/ -#define IPDEF10(A) {NULL,A,PM_HASHED|PM_SPECIAL|PM_DONTIMPORT,BR((void *)0),SFN(hashsetfn),GFN(hashgetfn),stdunsetfn,0,NULL,NULL,NULL,0} -IPDEF10("testhash"), -/*TEST END*/ - #ifdef DYNAMIC IPDEF9F("module_path", &module_path, "MODULE_PATH", PM_RESTRICTED), #endif -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy