mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* src/system.h: We don't need nor want bcopy.
Throw away MS-DOS crap: we don't need getpid. * configure.in: We don't need strndup. It was even causing problems: because Flex includes the headers *before* us, _GNU_SOURCE is not defined by config.h, and therefore strndup was not visible. * lib/xstrndup.c: New. * src/scan-skel.l: Use it. Be sure to initialize yylval.muscle member when scanning a MUSCLE. * src/parse-skel.y: Use %directives instead of #defines.
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2001-12-30 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/system.h: We don't need nor want bcopy.
|
||||
Throw away MS-DOS crap: we don't need getpid.
|
||||
* configure.in: We don't need strndup. It was even causing
|
||||
problems: because Flex includes the headers *before* us,
|
||||
_GNU_SOURCE is not defined by config.h, and therefore strndup was
|
||||
not visible.
|
||||
* lib/xstrndup.c: New.
|
||||
* src/scan-skel.l: Use it.
|
||||
Be sure to initialize yylval.muscle member when scanning a MUSCLE.
|
||||
* src/parse-skel.y: Use %directives instead of #defines.
|
||||
|
||||
|
||||
2001-12-30 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/skeleton.h: New.
|
||||
|
||||
Reference in New Issue
Block a user