~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse.h

  • Committer: Matthew Fuller
  • Date: 2016-02-01 03:03:16 UTC
  • mto: This revision was merged to the branch mainline in revision 433.
  • Revision ID: fullermd@over-yonder.net-20160201030316-clu8jjsgfzjk0to2
This var is now only used in this file, so we can staticize it and
stop externing it across the codebase in the header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
extern int ConstrainedMoveTime;
72
72
extern int RaiseDelay;
73
73
extern int ParseError;                  /* error parsing the .twmrc file */
74
 
extern int twmrc_lineno;
75
74
 
76
75
/* Needed in the lexer */
77
76
extern int (*twmInputFunc)(void);