Opened 12 years ago
Closed 9 years ago
#971 closed enhancement (fixed)
move C_path_to_executable out of chicken.h
Reported by: | felix winkelmann | Owned by: | evhan |
---|---|---|---|
Priority: | minor | Milestone: | 4.10.0 |
Component: | core libraries | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Move definition of C_path_to_executable
out of chicken.h
and into runtime.c
, as this is quite useful for user code. Add internal wrapper procedure (e.g. (##sys#path-to-executable)
).
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | someday → 4.10.0 |
---|
comment:2 Changed 10 years ago by
Owner: | set to evhan |
---|---|
Status: | new → assigned |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This has been implemented in changeset 52febfc825729ed3c9f24755bc28c08977ff95f7.