/*Copyright (C) 1993, 1996 by Thomas Glen Smith. All Rights Reserved.*/ /* aplmem.h APL2 V1.0.0 ************************************************ * Include this prior to to change references to malloc and * * free to aplmall and aplfree. This facilitates debugging e.g. bad * * pointer problems. * ***********************************************************************/ #define free aplfree #define malloc aplmall