annotate noleim-Makefile.in @ 36435:5a989d353a68

(toplevel): Include process.h. (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE, MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators. (allocate_vectorlike): Make it a static function. Add parameter TYPE. (allocate_vector, allocate_hash_table, allocate_window) (allocate_frame, allocate_process, allocate_other_vector): New functions. (Fmake_vector): Call allocate_vector instead of allocate_vectorlike. (mark_maybe_pointer): New function. (mark_memory): Also mark Lisp data to which only pointers remain and not Lisp_Objects. (min_heap_address, max_heap_address): New variables. (mem_find): Return MEM_NIL if START is below min_heap_address or above max_heap_address. (mem_insert): Compute min_heap_address and max_heap_address.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 28 Feb 2001 13:29:33 +0000
parents 959f9593632f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31918
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
1 # This placeholder appears in the `leim' subdirectory in the Emacs
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
2 # distribution. It is is overwritten with a real makefile
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
3 # when you actually extract LEIM into the directory.
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
4 all install:
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
5
722e2e186e85 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
6 # Avoid error when these targets are used.
35771
959f9593632f *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 31918
diff changeset
7 clean extraclean distclean mostlyclean maintainer-clean::