~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse.h

  • Committer: Matthew Fuller
  • Date: 2016-10-09 18:57:41 UTC
  • mfrom: (528.1.47 cleanups)
  • Revision ID: fullermd@over-yonder.net-20161009185741-33xrcienkqblrdbu
Further work on function-related bits.

Add some macros to ease defining and calling function handling functions,
and use them.  Add a few comments to places that maybe shouldn't be
knowing F_ defines themselves.  Don't make the array of deferral function
lookup bigger than it needs to be, and use its size rather than a
max-function define.  Split out function keywords for parsing into a
separate array from the rest of the keywords to make it easier to build
that list elsewise.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
#define F_RAISEORSQUEEZE        157
244
244
#define F_RESCUEWINDOWS         158
245
245
 
246
 
#define F_maxfunc               158
247
 
 
248
246
#endif /* _CTWM_PARSE_H */