X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/8051cf23044e5dbbece0d328102197a04ce5718d..d8d9a8da05ec876acba81a559798eb5eeceb5a17:/libguile/programs.h diff --git a/libguile/programs.h b/libguile/programs.h index 096c2c02a..d170c1b77 100644 --- a/libguile/programs.h +++ b/libguile/programs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014 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 License @@ -67,6 +67,8 @@ SCM_INTERNAL SCM scm_i_program_properties (SCM program); SCM_INTERNAL SCM scm_find_source_for_addr (SCM ip); +SCM_INTERNAL SCM scm_program_address_range (SCM program); + SCM_API SCM scm_program_num_free_variables (SCM program); SCM_API SCM scm_program_free_variable_ref (SCM program, SCM i); SCM_API SCM scm_program_free_variable_set_x (SCM program, SCM i, SCM x);