diff options
author | Francesco Potortì <pot@gnu.org> | 1994-05-06 08:16:14 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 1994-05-06 08:16:14 +0000 |
commit | ecf2bd253293ea70e780795025ace39bfcffec6c (patch) | |
tree | 32a7a94be48c9f4d3c2905b5b32fc7920bc7b57f /src | |
parent | 9f4b7963c9f50e8e90e8b1849b09ef2a7d5d5786 (diff) | |
download | emacs-ecf2bd253293ea70e780795025ace39bfcffec6c.tar.gz emacs-ecf2bd253293ea70e780795025ace39bfcffec6c.tar.bz2 emacs-ecf2bd253293ea70e780795025ace39bfcffec6c.zip |
* m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there.
Diffstat (limited to 'src')
-rw-r--r-- | src/m/delta.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/delta.h b/src/m/delta.h index a503d442a92..8170ba24908 100644 --- a/src/m/delta.h +++ b/src/m/delta.h @@ -153,7 +153,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef KERNEL_FILE #define KERNEL_FILE "/sysv68" #undef LDAV_SYMBOL -#define SYSTEM_MALLOC #ifdef SIGIO /* R3V7 has SIGIO, but interrupt input does not work yet. Let's go on with cbreak code. */ |