home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* Copyright (C) 1991 by Natürlich! */
- /* This file is copyrighted! */
- /* Refer to the documentation for details. */
- /* ---------------------------------------------------------------------- */
- /* This Source is ... */
- /* this Source is ... */
- /* this Source is Technotronic */
- /* ---------------------------------------------------------- */
- #include "defines.h"
- #include "debug.h"
- #include "structs.h"
- #include "imm.h"
- #include NMALLOC_H
-
- imm huge *hip = 0,
- huge *cip = 0;
-
-
- void cure_patch( where, value)
- imm huge *where;
- word value;
- {
- ENTER("cure_patch");
- if( ! where)
- nierror("[cure_patch] That shouldn't happen");
- where->val = value;
- LEAVE();
- return;
- }
-
- make_mallocer( imm, IMMMAX, imm_alloc) /* that's all */
-