X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a3bdee6a979146c426cd058e9bfe6b58135b124..3030ae493df7500fd5da7555f141c0c8a690bd8a:/contrib/src/deprecated/parser.y diff --git a/contrib/src/deprecated/parser.y b/contrib/src/deprecated/parser.y index cad1dc60d1..91e3b95320 100644 --- a/contrib/src/deprecated/parser.y +++ b/contrib/src/deprecated/parser.y @@ -1,4 +1,6 @@ /* Version: $Id$ */ +/* Copyright: (c) Julian Smart */ +/* Licence: wxWindows Licence */ %{ #include "wx/setup.h" #include @@ -128,9 +130,9 @@ arg1 : WORD #elif defined(__WXMAC__) && defined(__APPLE__) #include "lexer.c" #elif defined(__MWERKS__) -#include "../common/cwlex_yy.c" +#include "cwlex_yy.c" #else -#include "../common/lex_yy.c" +#include "lex_yy.c" #endif /*