Changeset 160 for trunk/nom/src


Ignore:
Timestamp:
Dec 31, 2006, 11:57:31 AM (19 years ago)
Author:
cinc
Message:

Moved all garbage collector includes to a separate include file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nomgc.c

    r159 r160  
    4949#include <nom.h>
    5050#include "nomtk.h"
     51#include "nomgc.h"
    5152
    5253/* Garbage collector */
     
    277278      break;
    278279    }
    279   return NULLHANDLE;
    280 }
     280  return FALSE;
     281}
Note: See TracChangeset for help on using the changeset viewer.