- changed the comment char from ; to #

- updated the tests and examples to use the new comment style
- changed the lexer error messages to include the source file path

git-svn-id: https://smali.googlecode.com/svn/trunk@83 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-06-04 05:54:34 +00:00
parent e53f5ae41b
commit 1834b365d6
12 changed files with 62 additions and 55 deletions

View File

@ -38,9 +38,9 @@
.method public abstract methodValue()Ljava/lang/reflect/Method;
.end method
;dalvik doesn't seem to like field values
;.method public abstract fieldValue()Ljava/lang/reflect/Field;
;.end method
#dalvik doesn't seem to like field values
#.method public abstract fieldValue()Ljava/lang/reflect/Field;
#.end method
.method public abstract enumValue()LEnum;
.end method