Changed module technique from <module_name>- to <module_name>: which
conforms with chicken "egg" standard. Got rid of ##csi#run for relinking the Scheme interpreter as no longer needed. Changed all documentation to reflect both changes. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
704e2ac719
commit
3def239916
20 changed files with 681 additions and 682 deletions
|
|
@ -28,15 +28,15 @@
|
|||
(display "\n")
|
||||
|
||||
(display "Scheme Procedures:\n")
|
||||
(display " (example-ICONST)\n")
|
||||
(display " (example-FCONST)\n")
|
||||
(display " (example-CCONST)\n")
|
||||
(display " (example-CCONST2)\n")
|
||||
(display " (example-SCONST)\n")
|
||||
(display " (example-SCONST2)\n")
|
||||
(display " (example-EXPR)\n")
|
||||
(display " (example-EXTERN)\n")
|
||||
(display " (example-FOO)\n")
|
||||
(display " (example-iconstX)\n")
|
||||
(display " (example-fconstX)\n")
|
||||
(display " (example:ICONST)\n")
|
||||
(display " (example:FCONST)\n")
|
||||
(display " (example:CCONST)\n")
|
||||
(display " (example:CCONST2)\n")
|
||||
(display " (example:SCONST)\n")
|
||||
(display " (example:SCONST2)\n")
|
||||
(display " (example:EXPR)\n")
|
||||
(display " (example:EXTERN)\n")
|
||||
(display " (example:FOO)\n")
|
||||
(display " (example:iconstX)\n")
|
||||
(display " (example:fconstX)\n")
|
||||
(display "\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue