Changeset 59 for sources/src/casc.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/casc.h

    r52 r59  
    2121
    2222#include <cstdio>
    23 #include <stdint.h>
     23//#include <stdint.h>
    2424
    2525EXTERN char unstable;
    26 EXTERN int32_t pending_write_vector_nb;
     26EXTERN int32 pending_write_vector_nb;
    2727
    2828namespace sc_core {
Note: See TracChangeset for help on using the changeset viewer.