X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsyntax-editor.h;h=0d366831b988fc817fa41689b71d4d8d732e1a25;hb=2b6f9b8c607743ea7324b2b7e9a3b3fe7afa5f4e;hp=cfb49803dea1afbd2ecaadef7854f546eb760b95;hpb=a486e7cbf4f95d19bb208796e4c92a040cf48f65;p=pspp diff --git a/src/ui/gui/syntax-editor.h b/src/ui/gui/syntax-editor.h index cfb49803de..0d366831b9 100644 --- a/src/ui/gui/syntax-editor.h +++ b/src/ui/gui/syntax-editor.h @@ -25,10 +25,13 @@ #include "window-manager.h" +struct lexer; + struct syntax_editor { struct editor_window parent; GtkTextBuffer *buffer; /* The buffer which contains the text */ + struct lexer *lexer; /* Lexer to parse syntax */ };