mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Change distinct -> typedef.
- Order of attribute declaration is changed for `alias`. - Added `LANGUAGE_DEV_VERSION` env constant. - Rename `anyfault` -> `fault`. - Changed `fault` -> `faultdef`. - Added `attrdef` instead of `alias` for attribute aliases.
This commit is contained in:
committed by
Christoffer Lerno
parent
fc5615a7a1
commit
5c77c9a754
@@ -3,7 +3,7 @@ import std::io, libc, std::os;
|
||||
|
||||
// This code is based on https://github.com/sheredom/subprocess.h
|
||||
|
||||
fault
|
||||
faultdef
|
||||
FAILED_TO_CREATE_PIPE,
|
||||
FAILED_TO_OPEN_STDIN,
|
||||
FAILED_TO_OPEN_STDOUT,
|
||||
|
||||
Reference in New Issue
Block a user