diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 11:50:02 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 11:50:02 -0700 |
| commit | f0706d8932fc78c5b72db08733122fffbe1c4a81 (patch) | |
| tree | 78260996dd502ff28930df3244d8cad48672cb80 /src/rustllvm | |
| parent | Add a Linux .def file. Might put out burning tinderbox. (diff) | |
| download | rust-f0706d8932fc78c5b72db08733122fffbe1c4a81.tar.xz rust-f0706d8932fc78c5b72db08733122fffbe1c4a81.zip | |
Add trailing semicolons to Linux .def files
Diffstat (limited to 'src/rustllvm')
| -rw-r--r-- | src/rustllvm/rustllvm.linux.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/rustllvm.linux.def b/src/rustllvm/rustllvm.linux.def index 795db5d7..c6ac8630 100644 --- a/src/rustllvm/rustllvm.linux.def +++ b/src/rustllvm/rustllvm.linux.def @@ -586,5 +586,5 @@ LLVMX86FP80TypeInContext; LLVMX86MMXType; LLVMX86MMXTypeInContext; -} +}; |