Changeset c40d11a for owl.h


Ignore:
Timestamp:
Jul 23, 2011, 7:22:12 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
c36f4d0
Parents:
83e023e
git-author:
David Benjamin <davidben@mit.edu> (07/23/11 19:05:47)
git-committer:
David Benjamin <davidben@mit.edu> (07/23/11 19:22:12)
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

    re9a939b rc40d11a  
    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.