Changeset c0e728a for owl.h


Ignore:
Timestamp:
Sep 30, 2011, 8:12:25 AM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
b54b06a
Parents:
5f784ec
git-author:
Jason Gross <jgross@mit.edu> (06/27/11 01:41:01)
git-committer:
Jason Gross <jgross@mit.edu> (09/30/11 08:12:25)
Message:
Added functionality to create new enum variables from C
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rb9517cf rc0e728a  
    237237  void *pval_default;  /* for types other and string */
    238238  int   ival_default;  /* for types int and bool     */
    239   const char *validsettings;    /* documentation of valid settings */
     239  char *validsettings;          /* documentation of valid settings */
    240240  char *summary;                /* summary of usage */
    241241  char *description;            /* detailed description */
Note: See TracChangeset for help on using the changeset viewer.