X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/28d5d2537c0321643c3b511a2195cd491204e7f2..a50eda40dfca0461d7ad6f013fa55d2c14f1d2c6:/libguile/expand.h diff --git a/libguile/expand.h b/libguile/expand.h index 8a578ae54..9c2732d87 100644 --- a/libguile/expand.h +++ b/libguile/expand.h @@ -3,7 +3,7 @@ #ifndef SCM_EXPAND_H #define SCM_EXPAND_H -/* Copyright (C) 2010, 2011, 2013 +/* Copyright (C) 2010, 2011, 2013, 2014 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -337,6 +337,8 @@ enum SCM_INTERNAL SCM scm_macroexpand (SCM exp); SCM_INTERNAL SCM scm_macroexpanded_p (SCM exp); +SCM_INTERNAL SCM scm_convert_assignment (SCM exp); + SCM_INTERNAL void scm_init_expand (void);