]> TLD Linux GIT Repositories - packages/llvm.git/blobdiff - llvm-tld.patch
- fix compilation
[packages/llvm.git] / 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;
 +}
 +