Changeset 2211 for proto/parabix2/pablo_template_symbol_table.cpp
- Timestamp:
- 06/05/12 17:20:26 (13 months ago)
- Files:
-
- 1 modified
-
proto/parabix2/pablo_template_symbol_table.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proto/parabix2/pablo_template_symbol_table.cpp
r2202 r2211 6 6 7 7 #define LocalCarryDeclare(name, count)\ 8 CarryArray<count > name;\8 CarryArray<count, 0> name;\ 9 9 10 10 #include "../lib/bitblock.hpp" … … 22 22 #include <ErrorTracker.h> 23 23 #include <XMLTestSuiteError.h> 24 25 // Define the mappings for pablo.assert_0(strm, errkind) statements which 26 // compile to the the form assert_0_error(errkind, strm) 27 #define assert_0_error(errkind, errstrm) error_tracker.NoteError(errkind, errstrm); 24 28 25 29 #define SYMBOL_TABLE
