diff options
author | Mark Galassi <mark+savannah@galassi.org> | 1998-04-11 12:40:19 +0000 |
---|---|---|
committer | Mark Galassi <mark+savannah@galassi.org> | 1998-04-11 12:40:19 +0000 |
commit | 17bf105df1ad1adf5329927929e1552265bf9436 (patch) | |
tree | c2d428a2e708e05f4167ec31ae69e01abc16d753 /libguile/gh_test_c.c | |
parent | 7e703528d5c0624cee02c7b24f61204e72acee33 (diff) | |
download | guile-17bf105df1ad1adf5329927929e1552265bf9436.tar.gz |
trivial
Diffstat (limited to 'libguile/gh_test_c.c')
-rw-r--r-- | libguile/gh_test_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_test_c.c b/libguile/gh_test_c.c index 827eb11ec..9a2a71cb7 100644 --- a/libguile/gh_test_c.c +++ b/libguile/gh_test_c.c @@ -50,7 +50,7 @@ SCM c_factorial (SCM s_n); SCM c_sin (SCM s_x); SCM c_vector_test (SCM s_length); -/* the gh_enter() routine, the standard entryp point for the gh_ +/* the gh_enter() routine, the standard entry point for the gh_ interface, makes you use a separate main function */ void main_prog (int argc, char *argv[]) |