Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:47a38a2ca6db, committed 2017-08-22
- 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);