Changeset cbc8657 for owl.h


Ignore:
Timestamp:
Jul 23, 2011, 9:23:57 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
39adf06, 3234121
Parents:
287c634
git-author:
David Benjamin <davidben@mit.edu> (07/23/11 19:05:47)
git-committer:
David Benjamin <davidben@mit.edu> (07/23/11 21:23:57)
Message:
Don't hardcode regerror buffer size

This lets us kill the silly LINE macro. regerror can be called first to
get the length, and then the data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    re5baf0a rcbc8657  
    205205#define OWL_META(key) ((key)|010000)
    206206/* OWL_CTRL is definied in kepress.c */
    207 
    208 #define LINE 2048
    209207
    210208#ifdef HAVE_LIBZEPHYR
Note: See TracChangeset for help on using the changeset viewer.