ZedZone
|
Blog
|
Software
|
Code
projects
/
nativez
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188beaf
)
Handle $ in type names.
author
Michael Zucchi
<michael@swordfish.com.au>
Tue, 14 May 2019 13:02:25 +0000
(22:32 +0930)
committer
Michael Zucchi
<michael@swordfish.com.au>
Tue, 14 May 2019 13:02:25 +0000
(22:32 +0930)
src/notzed.nativez/jni/nativez-gen
patch
|
blob
|
history
diff --git
a/src/notzed.nativez/jni/nativez-gen
b/src/notzed.nativez/jni/nativez-gen
index
710ee4a
..
f359fdf
100755
(executable)
--- a/
src/notzed.nativez/jni/nativez-gen
+++ b/
src/notzed.nativez/jni/nativez-gen
@@
-91,7
+91,7
@@
while (<IN>) {
}
} elsif ($mode eq "java") {
# maps to strict "[static|],name,(arguments)"
- if (m/(static)? *([\w<>]*) *, *([\[\w<>\(\)\/;]*)/) {
+ if (m/(static)? *([\w<>]*) *, *([\[\w
\$
<>\(\)\/;]*)/) {
push @classes,"$1,$2,$3";
}
}