* Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add sed patterns to
authorFred Fish <fnf@specifix.com>
Sat, 31 Oct 1992 00:35:08 +0000 (00:35 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 31 Oct 1992 00:35:08 +0000 (00:35 +0000)
commite35843d4765fa27825fe85c0437416d643b9769d
tree7af536a6df9b3f54d9f98b6688e661db7f5882d6
parentb533ed94796344e799926b1e407034e151f9b0d7
* Makefile.in (c-exp.tab.c, m2-exp.tab.c):  Add sed patterns to
  remap all malloc's to xmalloc's and all realloc's to xrealloc's.
* c-exp.y, m2-exp.y:  Add comment about how malloc/realloc are
  remapped to xmalloc/xrealloc, use only malloc/realloc in grammer
  file.  Remove preprocessor defines that previously did remapping.
gdb/ChangeLog
gdb/Makefile.in
gdb/c-exp.y
gdb/m2-exp.y
This page took 0.024628 seconds and 4 git commands to generate.