From 23d72566286b3b2b6fec9548cbfdb5d79685e973 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 15 Jan 2007 23:42:45 +0000 Subject: merge from 1.8 --- libguile/feature.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libguile/feature.h') diff --git a/libguile/feature.h b/libguile/feature.h index 58db46422..f12f292ce 100644 --- a/libguile/feature.h +++ b/libguile/feature.h @@ -27,6 +27,7 @@ SCM_API void scm_add_feature (const char* str); SCM_API SCM scm_program_arguments (void); SCM_API void scm_set_program_arguments (int argc, char **argv, char *first); +SCM_API SCM scm_set_program_arguments_scm (SCM lst); SCM_API void scm_init_feature (void); #endif /* SCM_FEATURE_H */ -- cgit v1.2.3 From de6eff7190b343e71baa282f0700dec60289ed8f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 15 Jan 2007 23:42:46 +0000 Subject: copyright year --- libguile/feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/feature.h') diff --git a/libguile/feature.h b/libguile/feature.h index f12f292ce..9c61f8ce8 100644 --- a/libguile/feature.h +++ b/libguile/feature.h @@ -3,7 +3,7 @@ #ifndef SCM_FEATURE_H #define SCM_FEATURE_H -/* Copyright (C) 1995,1996,1999,2000,2001, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1999,2000,2001, 2006, 2007 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- cgit v1.2.3