diff options
Diffstat (limited to 'ext/ply/test/yacc_notfunc.exp')
-rw-r--r-- | ext/ply/test/yacc_notfunc.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ply/test/yacc_notfunc.exp b/ext/ply/test/yacc_notfunc.exp new file mode 100644 index 000000000..271167341 --- /dev/null +++ b/ext/ply/test/yacc_notfunc.exp @@ -0,0 +1,4 @@ +yacc: Warning. 'p_statement_assign' not defined as a function +yacc: Warning. Token 'EQUALS' defined, but not used. +yacc: Warning. There is 1 unused token. +yacc: Generating SLR parsing table... |