diff options
| author | Carl Shapiro <cshapiro@google.com> | 2011-06-14 20:31:24 -0700 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2011-06-14 20:42:37 -0700 |
| commit | 375fb116bcb817b37509ab579dbd55cdbb765cbf (patch) | |
| tree | 8e033bfca03e94b0fc561f2bd6b94d5f8d11b0a3 /vm/compiler/codegen/CompilerCodegen.h | |
| parent | 7baeded82e40352ebfb43b716e0b1dd752e72e7e (diff) | |
Normalize the include guard style.
An leading underscore followed by a capital letter is a reserved
name space in C and C++.
This change also moves any #include directives within the include
guard in some of the compiler/codegen/arm header files.
Change-Id: I9715e2c5301699d31886e61d0fe6e29483555a2a
Diffstat (limited to 'vm/compiler/codegen/CompilerCodegen.h')
| -rw-r--r-- | vm/compiler/codegen/CompilerCodegen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vm/compiler/codegen/CompilerCodegen.h b/vm/compiler/codegen/CompilerCodegen.h index 2e3b10749..6495d0727 100644 --- a/vm/compiler/codegen/CompilerCodegen.h +++ b/vm/compiler/codegen/CompilerCodegen.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef _DALVIK_VM_COMPILERCODEGEN_H_ -#define _DALVIK_VM_COMPILERCODEGEN_H_ +#ifndef DALVIK_VM_COMPILERCODEGEN_H_ +#define DALVIK_VM_COMPILERCODEGEN_H_ #include "compiler/CompilerIR.h" @@ -71,4 +71,4 @@ int dvmCompilerTargetOptHint(int key); /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */ void dvmCompilerGenMemBarrier(CompilationUnit *cUnit, int barrierKind); -#endif /* _DALVIK_VM_COMPILERCODEGEN_H_ */ +#endif // DALVIK_VM_COMPILERCODEGEN_H_ |
