Enabled remaining items in syntax editor's Run menu.
[pspp] / src / ui / gui / syntax-editor.h
index cfb49803dea1afbd2ecaadef7854f546eb760b95..0d366831b988fc817fa41689b71d4d8d732e1a25 100644 (file)
 
 #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 */
 };