Changeset 8 for branches/with_autoconf/src/sc_vcd_trace.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_vcd_trace.cc
r1 r8 36 36 37 37 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> 43 43 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 46 49 47 50 //-----------------------------------------*/ … … 58 61 if (notrace) 59 62 return NULL; 60 ASSERT(name != NULL);63 assert(name != NULL); 61 64 string filename; 62 65 filename = name;
Note: See TracChangeset
for help on using the changeset viewer.