- Timestamp:
- Sep 28, 2017, 2:09:53 PM (17 months ago)
- Location:
- icGREP/icgrep-devel/icgrep
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
icGREP/icgrep-devel/icgrep/UCD/PropertyObjectTable.h
r5159 r5651 35 35 36 36 namespace UCD { 37 const std::string UnicodeVersion = "9.0.0"; 37 38 38 39 const std::array<PropertyObject *, 118> property_object_table = {{ -
icGREP/icgrep-devel/icgrep/toolchain/toolchain.cpp
r5637 r5651 6 6 7 7 #include <toolchain/toolchain.h> 8 #include <UCD/PropertyObjectTable.h> 8 9 #include <llvm/CodeGen/CommandFlags.h> 9 10 #include <llvm/Support/raw_ostream.h> … … 199 200 200 201 void printParabixVersion () { 202 outs() << "Unicode version " << UCD::UnicodeVersion << "\n"; 201 203 outs() << "Parabix (http://parabix.costar.sfu.ca/):\n " << "Parabix revision " << PARABIX_VERSION << "\n"; 202 204 }
Note: See TracChangeset
for help on using the changeset viewer.