diff src/interface/SysRead.h @ 120:ed85941a7514

mv old-makefiel
author anatofuz
date Mon, 02 Dec 2019 19:12:01 +0900
parents ef44d384ad9d
children 7ce72e373d9b
line wrap: on
line diff
--- a/src/interface/SysRead.h	Mon Dec 02 18:07:42 2019 +0900
+++ b/src/interface/SysRead.h	Mon Dec 02 19:12:01 2019 +0900
@@ -1,9 +1,8 @@
 typedef struct SysRead<Type, Impl>{
    union  Data* sys_read;
-   struct UInteger* num;
-   struct Integer* n;
-   struct String *p;
-   __code read(Type* sys_read, __code next(...));
+   struct Integer* num;
+   struct String *str;
+   __code read(Impl* sys_read, __code next(...));
    //__code ret(Impl* cbc_sys_file, UInteger* num);
    __code next(...);
 } SysRead;