Changeset 59 for sources/src/internal.h


Ignore:
Timestamp:
Feb 6, 2017, 11:35:42 AM (7 years ago)
Author:
meunier
Message:
  • Fixed memory leaks
  • Fixed indentation in some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/internal.h

    r52 r59  
    1717#include <string>
    1818#include <vector>
     19//#include <stdint.h>
    1920
    2021namespace sc_core {
     
    2728typedef std::vector<std::string> module_name_stack_t;
    2829extern module_name_stack_t module_name_stack;
     30extern std::vector<const char *> allocated_names;
    2931
    3032// Hash Table Port -> Module
Note: See TracChangeset for help on using the changeset viewer.