[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Where's date_parse?
From: |
Paul Gilmartin |
Subject: |
[Lynx-dev] Where's date_parse? |
Date: |
Sun, 21 Dec 2008 16:24:12 -0700 |
Hello, Lyncei,
Trying to diagnose a misbehavior peculiar to z/OS (formerly
OS/390), I'm trying to trace a call to date_parse in parsdate.c.
I find a prototype, but no body of date_parse. Is this a
function I don't know about in a standard library, or have
I failed to understand the tangle of macro definitions, or
is there some other explanation entirely?
gil:137$ grep date_parse `find . ! -type d`
./lynx2-8-7/src/parsdate.y:extern int date_parse(void);
./lynx2-8-7/src/parsdate.y:#define yyparse date_parse
./lynx2-8-7/src/parsdate.y: if (date_parse() || yyHaveTime > 1 ||
yyHaveDate > 1)
./lynx2-8-7/src/parsdate.c:extern int date_parse(void);
./lynx2-8-7/src/parsdate.c:#define yyparse date_parse
./lynx2-8-7/src/parsdate.c: if (date_parse() || yyHaveTime > 1 ||
yyHaveDate > 1)
Thanks,
gil
- [Lynx-dev] Where's date_parse?,
Paul Gilmartin <=