From c083dedd310cca46310f5c605ae00c8fbba1f339 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 30 Aug 2013 17:04:19 -0700 Subject: [PATCH] Fix the header guard for the ARM unwinder helper Make it match the file name, instead of being exactly the same as the DWARF2 header. This way, it's possible for both headers to be included. Change-Id: I9a386d3203c8f1482d28b1d1074206cf354db33e Reviewed-by: Simon Hausmann Reviewed-by: Lars Knoll --- src/qml/jsruntime/qv4unwindhelper_arm_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/jsruntime/qv4unwindhelper_arm_p.h b/src/qml/jsruntime/qv4unwindhelper_arm_p.h index fb3f804..6cfdce0 100644 --- a/src/qml/jsruntime/qv4unwindhelper_arm_p.h +++ b/src/qml/jsruntime/qv4unwindhelper_arm_p.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QV4UNWINDHELPER_PDW2_H -#define QV4UNWINDHELPER_PDW2_H +#ifndef QV4UNWINDHELPER_ARM_P_H +#define QV4UNWINDHELPER_ARM_P_H #include "qv4unwindhelper_p.h" #include "qv4functionobject_p.h" -- 2.7.4