diff options
| author | 2022-08-12 16:43:06 +0200 | |
|---|---|---|
| committer | 2022-08-12 16:43:06 +0200 | |
| commit | 1eb17cda6780476b166b55d0fedc3ad355969e87 (patch) | |
| tree | ccb4ffa74cc37f24e93d4325ccf395d3fe73529f /bootstrap/all.h | |
| parent | f14aee6184568bae34f8d8d8f9140fa760099fa5 (diff) | |
selfhosted lexer
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h index f8eb769..ceb9841 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -585,6 +585,7 @@ void visittypes(void (*visitor)(const struct type *, void *), void *arg); const struct type *constify(const struct type *ty); const struct type *unconstify(const struct type *ty); const struct type *constifychild(const struct type *ty); +const struct type *unconstifychild(const struct type *ty); int numtype2rank(const struct type *a); const struct type * rank2numtype(int r); bool isnumtype(const struct type *a); |