Changeset 865 – HoverRace

Changeset 865

Show
Ignore:
Timestamp:
02/18/10 22:44:40 (5 months ago)
Author:
zoogie
Message:

Upgraded to libYAML 0.1.3 (forgot yaml.h).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/yaml.h

    r49 r865  
    16811681    /** If the last character was an indentation character (' ', '-', '?', ':')? */ 
    16821682    int indention; 
     1683    /** If an explicit document end is required? */ 
     1684    int open_ended; 
    16831685 
    16841686    /** Anchor analysis. */