diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-17 12:01:53 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-17 12:01:53 +0100 |
| commit | 2deb2f8eebc42dd52ef8b78811c59e1b07f54f21 (patch) | |
| tree | 6450f88b93b155bd1db798ee11f8ac03e7cc1f84 /src/ssa.cpp | |
| parent | 3fa398ec43ddc6fc40562087fd8ab87dc5292499 (diff) | |
Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix
Diffstat (limited to 'src/ssa.cpp')
| -rw-r--r-- | src/ssa.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ssa.cpp b/src/ssa.cpp index 06da0afa1..6168b025f 100644 --- a/src/ssa.cpp +++ b/src/ssa.cpp @@ -7,9 +7,6 @@ struct ssaProc; struct ssaEdge; struct ssaRegister; struct ssaTargetList; -enum ssaBlockKind; -enum ssaBranchPrediction; -enum ssaDeferExitKind; String ssa_mangle_name(ssaModule *m, String path, Entity *e); |