yaml 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- c/yaml.h +2/−0
- yaml.cabal +1/−1
c/yaml.h view
@@ -26,6 +26,8 @@ /** The public API declaration. */ +#define YAML_DECLARE_STATIC+ #ifdef WIN32 # if defined(YAML_DECLARE_STATIC) # define YAML_DECLARE(type) type
yaml.cabal view
@@ -1,5 +1,5 @@ name: yaml-version: 0.0.2+version: 0.0.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>