Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/graph.cc

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