Changeset 38766 in project
- Timestamp:
- 06/21/20 20:44:27 (7 months ago)
- Location:
- release/5/coops-utils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/coops-utils/trunk/coops-utils.egg
r38761 r38766 3 3 4 4 ((synopsis "coops utilities") 5 (version "2.1. 2")5 (version "2.1.3") 6 6 (category oop) 7 7 (license "BSD") -
release/5/coops-utils/trunk/object-uword-ref.scm
r38763 r38766 18 18 (define-syntax pointer-uword-ref 19 19 (syntax-rules () 20 ((pointer-uword-ref ?ptr ?idx)20 ((pointer-uword-ref ?ptr) 21 21 (pointer-u32-ref ?ptr) ) ) ) ) ) ) 22 22
Note: See TracChangeset
for help on using the changeset viewer.