Mercurial > hg > Papers > 2017 > mitsuki-sigos
changeset 2:39aeddde8be2
update
author | mir3636 |
---|---|
date | Sat, 15 Apr 2017 19:14:30 +0900 |
parents | 59cb9d3f9a55 |
children | f126e8e89573 |
files | paper/sigos.dvi paper/sigos.log paper/sigos.pdf paper/sigos.tex |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/sigos.log Fri Apr 14 23:30:08 2017 +0900 +++ b/paper/sigos.log Sat Apr 15 19:14:30 2017 +0900 @@ -1,4 +1,4 @@ -This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.euc) (TeX Live 2016) (preloaded format=platex 2017.2.4) 14 APR 2017 14:46 +This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.euc) (TeX Live 2016) (preloaded format=platex 2017.2.4) 15 APR 2017 15:03 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -200,10 +200,10 @@ Here is how much of TeX's memory you used: 2870 strings out of 493683 39672 string characters out of 6149654 - 140711 words of memory out of 5000000 + 138711 words of memory out of 5000000 6447 multiletter control sequences out of 15000+600000 16567 words of font info for 64 fonts, out of 8000000 for 9000 929 hyphenation exceptions out of 8191 30i,10n,49p,213b,230s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on sigos.dvi (3 pages, 18880 bytes). +Output written on sigos.dvi (3 pages, 19096 bytes).
--- a/paper/sigos.tex Fri Apr 14 23:30:08 2017 +0900 +++ b/paper/sigos.tex Sat Apr 15 19:14:30 2017 +0900 @@ -145,7 +145,7 @@ \section{interface の記述} interface は呼び出しの引数になる Data Gear の集合であり、そこで呼び出される Code Gear のエントリである。 Code Gear、Data Gear に参照するために Context を通す必要があるが、 -%interface を記述することでデータ構造のapiと Data Gear を結びつけることが出来、呼び出しが容易になった。 +interface を記述することでデータ構造のapiと Data Gear を結びつけることが出来、呼び出しが容易になった。 %create は関数呼び出しで呼び出され、interface と impliment の初期化と Code Gear のポインタの設定を行う。 %return で interface を返し、その先で Code Gear や Data Gear へ継続できるようになる。