leave a comment about conv parameter of pic_new_var is nullable

This commit is contained in:
Yuichi Nishiwaki 2014-01-12 16:05:42 +09:00
parent 944111ba09
commit 133e4c00bd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define UNREACHABLE (assert(false))
struct pic_var *
pic_var_new(pic_state *pic, pic_value init, struct pic_proc *conv)
pic_var_new(pic_state *pic, pic_value init, struct pic_proc *conv /* = NULL */)
{
struct pic_var *var;