moved non-API internals from seqCom.h to new seq_snc.h
Another one of the long overdue re-factorings. The new header file seq_snc.h contains all the definitions that are shared between the snc generated code and the run-time library. What remains in seqCom.h is the public API for C code that wants to interact with an SNL program.
Showing
- src/seq/Makefile 1 addition, 0 deletionssrc/seq/Makefile
- src/seq/seqCom.h 8 additions, 102 deletionssrc/seq/seqCom.h
- src/seq/seqPvt.h 1 addition, 1 deletionsrc/seq/seqPvt.h
- src/seq/seq_snc.h 132 additions, 0 deletionssrc/seq/seq_snc.h
- src/snc/gen_code.c 1 addition, 1 deletionsrc/snc/gen_code.c
- src/snc/gen_tables.c 1 addition, 1 deletionsrc/snc/gen_tables.c
src/seq/seq_snc.h
0 → 100644
Please register or sign in to comment