diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-08 23:43:03 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-08 23:53:24 +0100 |
commit | 6c7ac8dc769435ea0231db550799d73cb479a773 (patch) | |
tree | e5de3e6642d6669a17b2afd8341ea5b82655461c /lib/grammar.y | |
parent | 695702e323759d158366d33c24c1ff47141056e9 (diff) | |
download | libconfig-6c7ac8dc769435ea0231db550799d73cb479a773.tar.gz |
Imported Upstream version 1.5upstream/1.5
Diffstat (limited to '')
-rw-r--r-- | lib/grammar.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/grammar.y b/lib/grammar.y index f578897..a43b470 100644 --- a/lib/grammar.y +++ b/lib/grammar.y @@ -1,7 +1,7 @@ /* -*- mode: C -*- */ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2005-2010 Mark A Lindner + Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. @@ -22,7 +22,7 @@ */ %defines -%output="y.tab.c" +%output "y.tab.c" %pure-parser %lex-param{void *scanner} %parse-param{void *scanner} |