Mercurial > hg > GearsTemplate
changeset 16:481760d44d87
modify
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Apr 2015 03:47:15 +0900 |
parents | 907c69e21e56 |
children | 1eb599acffe4 |
files | src/allocate/allocate.c src/allocate/allocateContext.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/allocate/allocate.c Tue Apr 14 03:37:22 2015 +0900 +++ b/src/allocate/allocate.c Tue Apr 14 03:47:15 2015 +0900 @@ -13,6 +13,7 @@ #define NUM 100 +extern __code initAllocateContext(struct Context* context); /* __code code1(Allocate allocate) { allocate.size = sizeof(long);
--- a/src/allocate/allocateContext.c Tue Apr 14 03:37:22 2015 +0900 +++ b/src/allocate/allocateContext.c Tue Apr 14 03:47:15 2015 +0900 @@ -5,7 +5,6 @@ extern __code meta(struct Context*); extern __code allocate(struct Context*); extern __code exit_code(struct Context*); -extern __code initAllocateContext(struct Context*); __code initAllocateContext(struct Context* context) {