[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Sep 13 17:26:01 PDT 2002
Changes in directory llvm/lib/VMCore:
Constants.cpp updated: 1.27 -> 1.28
---
Log message:
include/llvm/DataTypes.h includes this #define so we don't need it anymore
---
Diffs of the changes:
Index: llvm/lib/VMCore/Constants.cpp
diff -u llvm/lib/VMCore/Constants.cpp:1.27 llvm/lib/VMCore/Constants.cpp:1.28
--- llvm/lib/VMCore/Constants.cpp:1.27 Tue Sep 10 20:21:04 2002
+++ llvm/lib/VMCore/Constants.cpp Fri Sep 13 17:24:57 2002
@@ -4,7 +4,6 @@
//
//===----------------------------------------------------------------------===//
-#define __STDC_LIMIT_MACROS // Get defs for INT64_MAX and friends...
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/iMemory.h"
More information about the llvm-commits
mailing list