upgrade enum discriminants
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ as `math.divfloor(a, b)` resolve to ordinary functions.
|
||||
- object-like scalar and plain record/union macro constants
|
||||
- supported static inline C functions through generated external wrappers
|
||||
- C function pointer types, imported nullable callback typedefs, concrete `c_func` callback values, and postfix calls through non-null function pointers
|
||||
- `brolang translate-c <header.h>` for native `.bro` bindings from supported C declarations
|
||||
- `brolang translate-c <header.h>... [--output-dir <dir>]` for native `.bro` bindings from supported C declarations, with package-wide declaration deduplication when writing multiple headers
|
||||
- `brolang --translate-c stdio.h` for offline bindings from Zig-bundled standard C headers
|
||||
- ordered linking of additional C sources, objects, archives, library paths, and libraries through compiler CLI options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user