Changeset 13687
- Timestamp:
- 11/01/11 20:57:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Java.java
r13461 r13687 1101 1101 + "Deprecated. Please use JAVA:+NULL+, JAVA:+TRUE+, and JAVA:+FALSE+ for\n" 1102 1102 + "constructing wrapped primitive types, JAVA:JOBJECT-LISP-VALUE for converting a\n" 1103 + "JAVA:JAVA-OBJECT to a Lisp value, or JAVA:JNULL _REF_P to distinguish a wrapped\n"1104 + "null JAVA _OBJECT from nil.")1103 + "JAVA:JAVA-OBJECT to a Lisp value, or JAVA:JNULL-REF-P to distinguish a wrapped\n" 1104 + "null JAVA-OBJECT from NIL.") 1105 1105 private static final class pf_make_immediate_object extends Primitive 1106 1106 {
Note: See TracChangeset
for help on using the changeset viewer.