mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Fix some clang warnings
This commit is contained in:
parent
a26307b281
commit
94f9c14d52
6 changed files with 12 additions and 18 deletions
|
@ -22,13 +22,13 @@ typedef enum {
|
|||
} ValueType;
|
||||
|
||||
|
||||
struct Bindings;
|
||||
class Bindings;
|
||||
struct Env;
|
||||
struct Expr;
|
||||
struct ExprLambda;
|
||||
struct PrimOp;
|
||||
struct PrimOp;
|
||||
struct Symbol;
|
||||
class Symbol;
|
||||
|
||||
|
||||
typedef long NixInt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue