Show
Ignore:
Timestamp:
09/29/07 23:54:33 (16 months ago)
Author:
eck
Message:

Make initialization via NBCInit explizit to allow repeated calls of NBCGenBC

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt_core/incs/NewtBC.h

    r68 r117  
    106106 
    107107 
     108void        NBCInit(void); 
     109void        NBCCleanup(void); 
     110newtRef     NBCConstantTable(void); 
    108111newtRef     NBCGenBC(nps_syntax_node_t * stree, uint32_t size, bool ret); 
    109112newtRef     NBCCompileFile(char * s, bool ret);