zsh-workers
 help / color / mirror / code / Atom feed
From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
To: Oliver Kiddle <okiddle@yahoo.co.uk>
Cc: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: Re: PATCH: print -f with -s/-z
Date: 21 Mar 2002 21:39:03 +0300	[thread overview]
Message-ID: <1016735949.3843.2.camel@localhost.localdomain> (raw)
In-Reply-To: <20020319142106.GA19527@logica.com>

В Втр, 19.03.2002, в 17:21, Oliver Kiddle написал:
> This patch is basically the same as 16259 except that I've sorted
> out those things which held me back from committing it before
> (open_memstream prototype and use of gettempname()).
> 
...
> Index: Src/builtin.c
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Src/builtin.c,v
> retrieving revision 1.71
> diff -u -r1.71 builtin.c
> --- Src/builtin.c	4 Mar 2002 15:52:00 -0000	1.71
> +++ Src/builtin.c	19 Mar 2002 14:12:35 -0000
> @@ -27,6 +27,9 @@
>   *
>   */
>  
> +/* this is defined so we get the prototype for open_memstream */
> +#define _GNU_SOURCE 1
> +


It is a bit weird to define it unconditionally even on a system that has
nothing to do with GNU. 

If some extra steps are needed to pull in prototype for open_memstream I
prefer configure to test for them instead.

-andrej


  reply	other threads:[~2002-03-21 18:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-19 14:21 Oliver Kiddle
2002-03-21 18:39 ` Borsenkow Andrej [this message]
2002-03-22 11:45   ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1016735949.3843.2.camel@localhost.localdomain \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=okiddle@yahoo.co.uk \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).