Revert "wpp: config.h and wine/port.h should be included first."

This reverts commit 33017b0d93.
Some distros still ship flex 2.5.4 unfortunately.
This commit is contained in:
Alexandre Julliard 2008-06-30 16:17:35 +02:00
parent 0ed076ab5c
commit 8e72924541
1 changed files with 2 additions and 5 deletions

View File

@ -121,11 +121,6 @@
* *
*/ */
%top{
#include "config.h"
#include "wine/port.h"
}
/* /*
* Special flex options and exclusive scanner start-conditions * 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] ul [uUlL]|[uUlL][lL]|[lL][uU]|[lL][lL][uU]|[uU][lL][lL]|[lL][uU][lL]
%{ %{
#include "config.h"
#include "wine/port.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>