zsh-workers
 help / color / mirror / code / Atom feed
* hist.c (workers/26754, Revision: 1.4627) fails to compile on OSX
@ 2009-03-19 17:39 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2009-03-19 17:39 UTC (permalink / raw)
  To: zsh-workers

hist.c: In function ‘chrealpath’:
hist.c:1610: error: ‘lastpos’ undeclared (first use in this function)
hist.c:1610: error: (Each undeclared identifier is reported only once
hist.c:1610: error: for each function it appears in.)
hist.c:1611: error: ‘nonreal’ undeclared (first use in this function)
hist.c:1623: error: ‘real’ undeclared (first use in this function)
make[2]: *** [hist.o] Error 1

Index: Src/hist.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/hist.c,v
retrieving revision 1.92
diff -u -r1.92 hist.c
--- Src/hist.c	19 Mar 2009 15:00:23 -0000	1.92
+++ Src/hist.c	19 Mar 2009 17:38:19 -0000
@@ -1583,7 +1583,7 @@
 #ifdef HAVE_CANONICALIZE_FILE_NAME
     char *lastpos, *nonreal, *real;
 #else
-# ifdef HAVE_REAL_PATH
+# ifdef HAVE_REALPATH
     char *lastpos, *nonreal, real[PATH_MAX];
 # endif
 #endif


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

only message in thread, other threads:[~2009-03-19 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-19 17:39 hist.c (workers/26754, Revision: 1.4627) fails to compile on OSX Bart Schaefer

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