Jason Daniels / AriaLisp

Files at this revision

API Documentation at this revision

Comitter:
jdaniels
Date:
Tue Aug 22 19:56:57 2017 +0000
Parent:
0:ead2fec64900
Commit message:
more tweaks

Changed in this revision

aria.h Show annotated file Show diff for this revision Revisions of this file
--- a/aria.h	Sun Oct 23 00:31:25 2016 +0000
+++ b/aria.h	Tue Aug 22 19:56:57 2017 +0000
@@ -27,14 +27,6 @@
 typedef struct ar_Frame ar_Frame;
 typedef struct ar_FuncMap ar_FuncMap;
 
-/*    
-        funcs[] = {
-        { "wait",     &f_wait    },
-        { NULL, NULL }
-    };
-*/
-
-
 typedef void *(*ar_Alloc)(void *udata, void *ptr, size_t size);
 typedef ar_Value* (*ar_CFunc)(ar_State *S, ar_Value* args);
 typedef ar_Value* (*ar_Prim)(ar_State *S, ar_Value* args, ar_Value *env);