aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_parser.l
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-07 18:35:36 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-07 18:35:36 +0000
commit553c56569950e68fa9f2ca620325e1921814dfdc (patch)
treee4b56960256588b3dcbdbbc4e32751210b3a09bc /plugins/mate/mate_parser.l
parentc15ff441c66bf3592c03936d8a08a69ac8402377 (diff)
mate_grammar.lemon:
- Fix a bug my previous patch introduced. mate/: - Unset G_DISABLE_DEPRECATED for the mate files. CMakeLists.txt configure.in: - Build with -DG_DISABLE_DEPRECATED so further usage of deprecated glib functions will be detected. svn path=/trunk/; revision=38393
Diffstat (limited to 'plugins/mate/mate_parser.l')
-rw-r--r--plugins/mate/mate_parser.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mate/mate_parser.l b/plugins/mate/mate_parser.l
index 4fb4b509e9..792e6b7fa5 100644
--- a/plugins/mate/mate_parser.l
+++ b/plugins/mate/mate_parser.l
@@ -42,12 +42,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <wsutil/file_util.h>
-
#include "mate.h"
#include "mate_grammar.h"
#include "mate_parser_lex.h"
+#include <wsutil/file_util.h>
+
#ifdef _WIN32
/* disable Windows VC compiler warning "signed/unsigned mismatch" associated */
/* with YY_INPUT code generated by flex versions such as 2.5.35. */