]> TLD Linux GIT Repositories - packages/llvm.git/commitdiff
- fix compilation
authorMarcin Krol <hawk@tld-linux.org>
Wed, 5 Nov 2014 08:53:32 +0000 (08:53 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 5 Nov 2014 08:53:32 +0000 (08:53 +0000)
llvm-tld.patch

index cbe0f364447bdce56019b1fa783d4467289a6c11..b9ee46f24443d8be42e2358c59c880ac9eea4fb4 100644 (file)
@@ -28,7 +28,7 @@
    return Distro >= UbuntuHardy && Distro <= UbuntuRaring;
  }
  
-+static bool IsTLD(enum LinuxDistro Distro) {
++static bool IsTLD(enum Distro Distro) {
 +  return Distro == TLDLinux;
 +}
 +