diff options
Diffstat (limited to 'fsinfo/null_gram.y')
| -rw-r--r-- | fsinfo/null_gram.y | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fsinfo/null_gram.y b/fsinfo/null_gram.y new file mode 100644 index 000000000000..d7313b9c49c2 --- /dev/null +++ b/fsinfo/null_gram.y @@ -0,0 +1,8 @@ +%{ +void yyerror(const char *fmt, ...); +extern int yylex(void); +%} + +%% + +token: |
