Suppress unused variable warning

This commit is contained in:
Nobuyoshi Nakada 2019-11-07 23:33:45 +09:00
parent 6aa80d5583
commit d62abc47c8
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -28,7 +28,7 @@ class DSL
/#{ re }/ =~ s
# struct parser_params *p
p = "p"
p = p = "p"
@code = ""
@last_value = eval(code)