~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse.h

  • Committer: Olaf 'Rhialto' Seibert
  • Date: 2014-05-30 10:49:36 UTC
  • mto: (302.1.6 ewmh)
  • mto: This revision was merged to the branch mainline in revision 302.
  • Revision ID: rhialto@falu.nl-20140530104936-h6q3gmtaqjpl8e1g
Avoid gcc warning "warning: declaration of 'mods' shadows a global
declaration" by making the global variable static.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
#define _PARSE_
69
69
 
70
70
extern unsigned int mods_used;
71
 
extern int mods;
72
71
extern int ConstrainedMoveTime;
73
72
extern int RaiseDelay;
74
73
extern void twmrc_error_prefix (void);