From 8e729245412e6b1e24b9871a0252b7e660fd24ec Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 30 Jun 2008 16:17:35 +0200 Subject: [PATCH] Revert "wpp: config.h and wine/port.h should be included first." This reverts commit 33017b0d936597d55025e006a6dc2bbf4ef733c4. Some distros still ship flex 2.5.4 unfortunately. --- libs/wpp/ppl.l | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index d500aefb8c0..4bb928c60f8 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -121,11 +121,6 @@ * */ -%top{ -#include "config.h" -#include "wine/port.h" -} - /* * Special flex options and exclusive scanner start-conditions */ @@ -161,6 +156,8 @@ cident [a-zA-Z_][0-9a-zA-Z_]* ul [uUlL]|[uUlL][lL]|[lL][uU]|[lL][lL][uU]|[uU][lL][lL]|[lL][uU][lL] %{ +#include "config.h" +#include "wine/port.h" #include #include #include -- 2.11.4.GIT