Changeset 8408 for trunk/source/lisp-kernel/image.h
- Timestamp:
- Feb 3, 2008, 2:52:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/image.h
r8400 r8408 43 43 44 44 typedef struct { 45 unsigned longcode;45 natural code; 46 46 area *area; 47 unsigned longmemory_size;48 unsigned longstatic_dnodes;47 natural memory_size; 48 natural static_dnodes; 49 49 } openmcl_image_section_header; 50 50
Note: See TracChangeset
for help on using the changeset viewer.