fix missing comma in declarations.
This commit is contained in:
parent
1ea4a27dd1
commit
08320410cb
@ -637,7 +637,7 @@ static char *opformat[] =
|
||||
"unify_last_dbterm\t%w",
|
||||
"unify_last_longint\t%w",
|
||||
"unify_last_bigint\t%l",
|
||||
"native_code"
|
||||
"native_code",
|
||||
"function_to_var\t%v,%B",
|
||||
"function_to_val\t%v,%B",
|
||||
"function_to_0\t%B",
|
||||
|
Reference in New Issue
Block a user