]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/parser.y
Aliases for [G|S]etCaretLineBack
[wxWidgets.git] / contrib / src / deprecated / parser.y
index cad1dc60d17886f95da2d1a434467ed3f640a6ee..91e3b95320a4f845ab2b773f36128f40da06f7b6 100644 (file)
@@ -1,4 +1,6 @@
 /* Version: $Id$ */
+/* Copyright:    (c) Julian Smart */
+/* Licence:      wxWindows Licence */
  %{
 #include "wx/setup.h"
 #include <string.h>
@@ -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
 
 /*