From 17bf105df1ad1adf5329927929e1552265bf9436 Mon Sep 17 00:00:00 2001 From: Mark Galassi Date: Sat, 11 Apr 1998 12:40:19 +0000 Subject: [PATCH] trivial --- libguile/gh_test_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[])