Skip to content

Commit

Permalink
Add the missing arity specifier for DATATYPE99_datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Apr 24, 2021
1 parent 9ac6f96 commit efd7831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Fixed

- Add the missing arity specifier for `DATATYPE99_datatype`.

## [1.1.0] - 2021-04-24

### Added
Expand Down
1 change: 1 addition & 0 deletions datatype99.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ static const UnitT99 unit_v99 = '\0';
#define DATATYPE99_PRIV_assignResult_ARITY 2

// Public:
#define DATATYPE99_datatype_ARITY 1
#define DATATYPE99_of_ARITY 1
#define DATATYPE99_ifLet_ARITY 3
#define DATATYPE99_attrIsPresent_ARITY 1
Expand Down

0 comments on commit efd7831

Please sign in to comment.