Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Where is `_' defined?
- X-seq: zsh-workers 44818
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Where is `_' defined?
- Date: Fri, 11 Oct 2019 13:15:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=cOGGKlNjb5iteADVVyT2LXR4tyuM72p+8J5fey6ijUc=; b=TMmQVALJDzt87djJmNHyiEchLO4L6AzPOYo8P9sdsEq7+h8CnEmJ63RGl4GPB99a6x 6Wjv3afiupg1O5wRDo7uZZ6jMdlp2Xq4ceEMVNq8btX5jhWd8pNJcCzEE8JLa2wlWNHh rJcxQi1C2zpsA3NScHEGXCU5E5YsSAkFZJdhukRLjcC6lEGpvMhmVeaz3w9PlItVKOlA 1ulZQaRAEMh+1/aPW1CNWvwVBPn8kaVV7FPEnAn4cVThi3elP8gkptKnZm+5fTMl4Lr5 e4OvIcXGF7/41fplaPAo2AZBQvdP6/VNcst4bBwoKfzznnUY6fN1vNkqJU1QycXGYm1N XU9g==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I'm trying to compile a part of Zsh. I'm getting the following error:
zsh.h:631:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_’
typedef void (*voidvoidfnptr_t) _((void));
Trying to find where the underscore is defined is boundary to a
miracle. Could anyone help?
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author