Chuck fixed the GCC problems so this hack is now unneccesary
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 23:17:07 +0000 (23:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 23:17:07 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1519 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/Reader.cpp
tools/link/link.cpp
tools/llvm-link/llvm-link.cpp

index d0c4d7a5ae3687b0273ce4bf64db37a3065a600b..cab257f6ec93b025fcd2189f22d77aa9acd60983 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/iPHINode.h"
 #include "llvm/iOther.h"
 #include <sys/types.h>
-typedef int blksize_t;
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <fcntl.h>
index ad4cbdbe8cb2c7154aa9a95d62a981ca12000923..db21db06544038c527d841c02a97c4ace8644031 100644 (file)
@@ -19,7 +19,6 @@
 #include <fstream>
 #include <memory>
 #include <sys/types.h>     // For FileExists
-typedef int blksize_t;   // SYS/TYPES is broken!!!
 #include <sys/stat.h>
 
 
index ad4cbdbe8cb2c7154aa9a95d62a981ca12000923..db21db06544038c527d841c02a97c4ace8644031 100644 (file)
@@ -19,7 +19,6 @@
 #include <fstream>
 #include <memory>
 #include <sys/types.h>     // For FileExists
-typedef int blksize_t;   // SYS/TYPES is broken!!!
 #include <sys/stat.h>