Ignore:
Timestamp:
Mar 18, 2003, 4:58:49 AM (22 years ago)
Author:
bird
Message:

emx is kind of working again...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/lst.lib/lstConcat.c

    r25 r35  
    4545 *      Function to concatentate two lists.
    4646 */
    47 
    4847#include    "lstInt.h"
    4948
     
    119118            list1->lastPtr->nextPtr = list1->firstPtr;
    120119        }
    121         free ((Address)l2);
     120        efree ((Address)l2);
    122121    } else if (list2->firstPtr != NilListNode) {
    123122        /*
Note: See TracChangeset for help on using the changeset viewer.