diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-07 20:01:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-07 20:01:29 -0700 |
commit | 5c1463104d59237000263dc6f682715f0b2abe3e (patch) | |
tree | 8faeaff0dde19eb893f9fa60b21e18eb8e8e7ee4 /ChangeLog | |
parent | c293139b066d728ad68d48dfe25292e72621645d (diff) | |
download | txr-5c1463104d59237000263dc6f682715f0b2abe3e.tar.gz txr-5c1463104d59237000263dc6f682715f0b2abe3e.tar.bz2 txr-5c1463104d59237000263dc6f682715f0b2abe3e.zip |
No getppid on MinGW.
* configure: Add test for getppid.
* eval.c (getppid_wrap, eval_init): use HAVE_GETPPID
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-08-07 Kaz Kylheku <kaz@kylheku.com> + No getppid on MinGW. + + * configure: Add test for getppid. + + * eval.c (getppid_wrap, eval_init): use HAVE_GETPPID + +2014-08-07 Kaz Kylheku <kaz@kylheku.com> + * parser.l (yyerr): Function removed; it is not used in the lexer, and converted to a macro in the parser. |