Skip to content

Commit 03891c9

Browse files
Merge pull request #699 from romainbrenguier/test-gen-java-character-library
Adding conversion for functions of the Java Character library
2 parents 6b5d9b7 + dead022 commit 03891c9

File tree

3 files changed

+2669
-1
lines changed

3 files changed

+2669
-1
lines changed

src/java_bytecode/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ SRC = java_bytecode_language.cpp java_bytecode_parse_tree.cpp \
66
java_root_class.cpp java_bytecode_parser.cpp bytecode_info.cpp \
77
java_class_loader.cpp jar_file.cpp java_object_factory.cpp \
88
java_bytecode_convert_method.cpp java_local_variable_table.cpp \
9-
java_pointer_casts.cpp java_utils.cpp
9+
java_pointer_casts.cpp java_utils.cpp \
10+
character_refine_preprocess.cpp \
11+
# Empty last line
1012

1113
INCLUDES= -I ..
1214

0 commit comments

Comments
 (0)