summaryrefslogtreecommitdiffstats
path: root/contrib/amd/fsinfo/null_gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/fsinfo/null_gram.y')
-rw-r--r--contrib/amd/fsinfo/null_gram.y8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/amd/fsinfo/null_gram.y b/contrib/amd/fsinfo/null_gram.y
new file mode 100644
index 0000000..d7313b9
--- /dev/null
+++ b/contrib/amd/fsinfo/null_gram.y
@@ -0,0 +1,8 @@
+%{
+void yyerror(const char *fmt, ...);
+extern int yylex(void);
+%}
+
+%%
+
+token:
OpenPOWER on IntegriCloud