Ignore:
Timestamp:
Jun 25, 2008, 1:08:04 PM (16 years ago)
Author:
nipo
Message:

Checkin autotools magic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/with_autoconf/src/sc_vcd_trace.cc

    r1 r8  
    3636
    3737
    38 #include"sc_trace.h"
    39 #include"sc_vcd_trace.h"
    40 #include"sc_ver.h"
    41 #include"internal.h"
    42 #include"assert.h"
     38#include "sc_trace.h"
     39#include "sc_vcd_trace.h"
     40#include "sc_ver.h"
     41#include "internal.h"
     42#include <cassert>
    4343
    44 #include<time.h>
    45 #include<string>
     44#include <time.h>
     45#include <string>
     46#ifdef HAVE_CONFIG_H
     47#include "config.h"
     48#endif
    4649
    4750//-----------------------------------------*/
     
    5861  if (notrace)
    5962    return NULL;
    60   ASSERT(name != NULL);
     63  assert(name != NULL);
    6164        string filename;
    6265        filename = name;
Note: See TracChangeset for help on using the changeset viewer.