zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: db_gdbm.c
@ 2008-09-30  8:53 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2008-09-30  8:53 UTC (permalink / raw)
  To: Zsh hackers list

gcc seems to prefer things as follows.  It's also complaining about
"backtype" but that may be For Future Expansion.

Index: Src/Modules/db_gdbm.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/db_gdbm.c,v
retrieving revision 1.5
diff -u -r1.5 db_gdbm.c
--- Src/Modules/db_gdbm.c	19 Aug 2008 12:02:29 -0000	1.5
+++ Src/Modules/db_gdbm.c	30 Sep 2008 08:49:06 -0000
@@ -135,7 +135,7 @@
 
 /**/
 static void
-gdbmsetfn(Param pm, char **val)
+gdbmsetfn(Param pm, char *val)
 {
     datum key, content;
     int ret;




-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


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

only message in thread, other threads:[~2008-09-30  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-30  8:53 PATCH: db_gdbm.c Peter Stephenson

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