Commit 8e729245 authored by Alexandre Julliard's avatar Alexandre Julliard

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

This reverts commit 33017b0d. Some distros still ship flex 2.5.4 unfortunately.
parent 0ed076ab
......@@ -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 <stdio.h>
#include <stdlib.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment