Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.

This commit is contained in:
Emanuel Hoogeveen
2013-06-19 17:59:46 -07:00
parent 7618e9b9a6
commit 60d9a0eb08
81 changed files with 251 additions and 233 deletions

View File

@@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef jsnativestack_h__
#define jsnativestack_h__
#ifndef jsnativestack_h
#define jsnativestack_h
#include "js/Utility.h"
@@ -24,4 +24,4 @@ GetNativeStackBase()
} /* namespace js */
#endif /* jsnativestack_h__ */
#endif /* jsnativestack_h */