# HG changeset patch # User Shohei KOKUBO # Date 1428950835 -32400 # Node ID 481760d44d87bc3e197892822a8e6ab9579d2afb # Parent 907c69e21e5655350e39953feecbaf4d9906285e modify diff -r 907c69e21e56 -r 481760d44d87 src/allocate/allocate.c --- 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); diff -r 907c69e21e56 -r 481760d44d87 src/allocate/allocateContext.c --- 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) {