Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/graph.cc

    r17 r27  
    113113#include "sc_module.h"
    114114#include "sc_port.h"
     115#ifdef HAVE_CONFIG_H
     116#include "config.h"
     117#endif
    115118
    116119using namespace std;
     
    154157{
    155158Arc *a;
    156 #ifdef DEBUG
     159#ifdef CONFIG_DEBUG
    157160        if ((u == NULL) || (v == NULL))
    158161                exit(29042004);
Note: See TracChangeset for help on using the changeset viewer.