~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to gram.y

  • Committer: Matthew Fuller
  • Date: 2016-02-01 05:32:55 UTC
  • mto: This revision was merged to the branch mainline in revision 436.
  • Revision ID: fullermd@over-yonder.net-20160201053255-4mf04chfk5j0fh82
These vars are currently only used in gram.y, so move them there and
staticize.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
#include "parse_yacc.h"
86
86
#include "cursor.h"
87
87
 
 
88
static char *curWorkSpc = NULL;
 
89
static char *client = NULL;
 
90
static char *workspace = NULL;
 
91
static MenuItem *lastmenuitem = NULL;
88
92
 
89
93
extern int yylex(void);
90
94
%}