Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
makepro.awk oddity with strtoul
- X-seq: zsh-workers 44228
- From: "Anthony Heading" <anthony@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: makepro.awk oddity with strtoul
- Date: Tue, 16 Apr 2019 22:30:23 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ajrh.net; h= mime-version:message-id:date:from:to:subject:content-type; s= mesmtp; bh=hDO0XEGI7hqqh5RoVvDZqofYCLczk/0hbUZGz6HCtp0=; b=gLRp3 RUV244RsB+Fx7i5piSShrd1GDe5h52If8kSDYua43UNNod1poniMI4fbssNUxnnP uOtwCVe+mZWoUHcj7v5M/fN64ugRXjb0kUW8aYMKK4nsVFqEsntZy9nTgwIN8rNA EJoB+DE2qa2yyA/JdsNHuohJF49IgazrUy2BCU=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=hDO0XEGI7hqqh5RoVvDZqofYCLczk /0hbUZGz6HCtp0=; b=wVtKAzQus98Mz1owk5kfl0Y5lP3ihwcZRT6SXlWoUvOpI X5zOdH1RFJebzglUk7A/44d4WcaFyo5c/WkoUSuWQ2CWhnMRK00Vozf1VMTJ2V25 CFg/CJNAWKtbLplnOHC1BgKkKkvTgu+CagnIg8WeKA+In/2e+rs7tfk0KHA0Vjfv PyPU+40hAPzV1TZ1fwFiEgvlMxHiFyJLdd5xK1KAyAyXYMbmfHt/F8Kky7R+u8NB HXPqej3uvSjfG1HFw8r4Dgz0YJdN7PCa1R/eM1QewTOXaNvNhhJPJS+0mhhKvxtk y9kjRCb6whel8vGA6YYhOchlGhj9P87Fse0GU9DDQ==
- 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
FWIW, compiling zsh earlier today on a RHEL7 system that for some reason (tbd) must have misplaced strtoul, gcc then didn't like this bit of code in compat.epro
#ifndef HAVE_STRTOUL
extern unsigned long strtoul(nptr;
extern unsigned long endptr;
extern unsigned long base)const char*nptr;
#endif /* HAVE_STRTOUL */
I had happily forgotten K&R function syntax ever existed; perhaps makepro.awk has always been blissfully ignorant.
Rgds
Anthony
Messages sorted by:
Reverse Date,
Date,
Thread,
Author