Mercurial > emacs
annotate msdos/sed3x.inp @ 109901:5a7d60b243f4
Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
* src/alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
write only.
(init_alloc_once): Remove writes to malloc_sbrk_unused, and
malloc_sbrk_used, nothing uses them.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 20 Aug 2010 16:02:11 -0700 |
parents | d89b565897dd |
children |
rev | line source |
---|---|
108473
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 # -sed3x.inp------------------------------------------------------------ |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 # Extra configuration script for lib-src/makefile for DesqView/X |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 # ---------------------------------------------------------------------- |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 /^LIBS_SYSTEM *=/s!= *!= -lxext -lsys! |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 |