Changeset 52 for sources/src/dump_used_options.cc
- Timestamp:
- Jan 22, 2013, 4:23:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/dump_used_options.cc
r47 r52 35 35 36 36 #include "dump_used_options.h" 37 37 38 #ifdef HAVE_CONFIG_H 38 39 #include "config.h" … … 41 42 namespace sc_core { 42 43 43 static 44 const char used_options[] = 44 static const char used_options[] = 45 45 "Used Options :\n" 46 46 #ifdef USE_PORT_DEPENDENCY … … 94 94 "..."; 95 95 96 const char* 97 get_used_options() 98 { 96 const char * get_used_options() { 99 97 return used_options; 100 98 } … … 102 100 } // end of sc_core namespace 103 101 102 /* 103 # Local Variables: 104 # tab-width: 4; 105 # c-basic-offset: 4; 106 # c-file-offsets:((innamespace . 0)(inline-open . 0)); 107 # indent-tabs-mode: nil; 108 # End: 109 # 110 # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 111 */ 112 113
Note: See TracChangeset
for help on using the changeset viewer.