[llvm-commits] [llvm] r58310 - /llvm/trunk/include/llvm/Support/NoFolder.h
Dan Gohman
gohman at apple.com
Mon Oct 27 17:52:46 PDT 2008
Author: djg
Date: Mon Oct 27 19:52:46 2008
New Revision: 58310
URL: http://llvm.org/viewvc/llvm-project?rev=58310&view=rev
Log:
Fix the name of the include guard to match the filename.
Modified:
llvm/trunk/include/llvm/Support/NoFolder.h
Modified: llvm/trunk/include/llvm/Support/NoFolder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/NoFolder.h?rev=58310&r1=58309&r2=58310&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/NoFolder.h (original)
+++ llvm/trunk/include/llvm/Support/NoFolder.h Mon Oct 27 19:52:46 2008
@@ -20,8 +20,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SUPPORT_NULLFOLDER_H
-#define LLVM_SUPPORT_NULLFOLDER_H
+#ifndef LLVM_SUPPORT_NOFOLDER_H
+#define LLVM_SUPPORT_NOFOLDER_H
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
More information about the llvm-commits
mailing list