fix comments

This commit is contained in:
Yuichi Nishiwaki 2014-09-27 20:46:58 +09:00
parent ad04bfb9fb
commit a22eef1060
2 changed files with 21 additions and 21 deletions

View File

@ -41,7 +41,7 @@ enum pic_vtype {
* ptr : 111111111111TTTT PPPPPPPPPPPPPPPP PPPPPPPPPPPPPPPP PPPPPPPPPPPPPPPP
* int : 1111111111110110 0000000000000000 IIIIIIIIIIIIIIII IIIIIIIIIIIIIIII
* sym : 1111111111110111 0000000000000000 SSSSSSSSSSSSSSSS SSSSSSSSSSSSSSSS
* char : 1111111111111000 0000000000000000 CCCCCCCCCCCCCCCC ................
* char : 1111111111111000 0000000000000000 CCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCC
*/
typedef uint64_t pic_value;

2
vm.c
View File

@ -55,7 +55,7 @@ pic_get_proc(pic_state *pic)
* e struct pic_error ** error object
*
* | optional operator
* * int *, pic_value ** variable length operator
* * size_t *, pic_value ** variable length operator
*/
int