Changeset 31423 for lang/scheme
- Timestamp:
- 03/21/09 09:42:42 (4 years ago)
- Location:
- lang/scheme/backend-to-frontend
- Files:
-
- 2 added
- 1 modified
-
1.4.scm (modified) (1 diff)
-
1.5.runtime.c (added)
-
1.5.scm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/scheme/backend-to-frontend/1.4.scm
r31388 r31423 32 32 (emit " .text") 33 33 (emit (string-append " .global " funcname)) 34 (emit " .def _scheme_entry; .scl 2; .type 32; .endef")34 (emit (string-append " .def " funcname "; .scl 2; .type 32; .endef")) 35 35 (emit (string-append funcname ":"))) 36 36
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)