aboutsummaryrefslogtreecommitdiffstats
path: root/gnuwin32/bin/data/c-skel.m4
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-04-21 16:26:04 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-04-21 16:26:04 +0200
commit9edcb248898bb6f515b1ca9068205669b2bf6b9e (patch)
tree6d5ca927eaaed271b9a97befd679d88870eb492f /gnuwin32/bin/data/c-skel.m4
parentb34e3669ff5dff4ab791eeb699e5284ed4332dc1 (diff)
parent976ffd988e7ec7b595ed610d86bf58307c5e5434 (diff)
Merge remote-tracking branch 'origin/5.5' into dev
Conflicts: qt3d qtactiveqt qtandroidextras qtbase qtcanvas3d qtconnectivity qtdeclarative qtdoc qtenginio qtimageformats qtlocation qtmacextras qtmultimedia qtqa qtquick1 qtquickcontrols qtrepotools qtscript qtsensors qtserialport qtsvg qttools qttranslations qtwayland qtwebengine qtwebkit qtwebkit-examples qtwebsockets qtwinextras qtxmlpatterns Change-Id: I691dbbe6d3399d601336bb7e309579fb89d6381c
Diffstat (limited to 'gnuwin32/bin/data/c-skel.m4')
-rw-r--r--gnuwin32/bin/data/c-skel.m426
1 files changed, 26 insertions, 0 deletions
diff --git a/gnuwin32/bin/data/c-skel.m4 b/gnuwin32/bin/data/c-skel.m4
new file mode 100644
index 00000000..36904aaf
--- /dev/null
+++ b/gnuwin32/bin/data/c-skel.m4
@@ -0,0 +1,26 @@
+ -*- Autoconf -*-
+
+# C skeleton dispatching for Bison.
+
+# Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+b4_glr_if( [m4_define([b4_used_skeleton], [b4_pkgdatadir/[glr.c]])])
+b4_nondeterministic_if([m4_define([b4_used_skeleton], [b4_pkgdatadir/[glr.c]])])
+
+m4_define_default([b4_used_skeleton], [b4_pkgdatadir/[yacc.c]])
+m4_define_default([b4_skeleton], ["b4_basename(b4_used_skeleton)"])
+
+m4_include(b4_used_skeleton)