changeset 27:bb06d3fa6689

revidion
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Sun, 21 Feb 2016 20:35:51 +0900
parents 2310a20b6e28
children 85d3468efecc
files paper/images/images.graffle paper/src/context.h poster/poster.pdf
diffstat 3 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file paper/images/images.graffle has changed
--- a/paper/src/context.h	Sun Feb 21 07:26:31 2016 +0900
+++ b/paper/src/context.h	Sun Feb 21 20:35:51 2016 +0900
@@ -17,7 +17,8 @@
 struct Context {
     enum Code next;
     int codeNum;
-    __code (**code) (struct Context*);
+    __code (**code)
+    (struct Context*);
     void* heapStart;
     void* heap;
     long heapLimit;
Binary file poster/poster.pdf has changed