]> git.draconx.ca Git - cdecl99.git/blobdiff - src/parse.y
Add missing copyright headers.
[cdecl99.git] / src / parse.y
index 86091f9c33e71b609e8141fcf5be4e13d51f3651..ac8524c4bd5d999faca3c17b9458d4d46f90f00f 100644 (file)
@@ -1,3 +1,4 @@
+%code top {
 /*
  *  Parser for C declarations.
  *  Copyright © 2011 Nick Bowler
@@ -15,6 +16,7 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+}
 
 %parse-param {struct cdecl **out}
 %define api.pure