*** empty log message ***

This commit is contained in:
2007-02-13 06:00:20 +00:00
parent c61933deb2
commit 2eb07c0ad8
7 changed files with 125 additions and 54 deletions

View File

@@ -1,11 +1,18 @@
/*
* $Id: prim_let.c,v 1.12 2007-02-11 07:36:55 bacon Exp $
* $Id: prim_let.c,v 1.13 2007-02-13 06:00:20 bacon Exp $
*
* {License}
*/
#include <ase/lsp/lsp_i.h>
/*
* (let ((variable value)
* (variable value)
* ...)
* body...)
*/
static ase_lsp_obj_t* __prim_let (
ase_lsp_t* lsp, ase_lsp_obj_t* args, int sequential)
{