From: Julian Seward Date: Mon, 5 Jul 2004 17:29:08 +0000 (+0000) Subject: Final bits of jit->vex renaming I missed. X-Git-Tag: svn/VALGRIND_3_0_1^2~1281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=358301fa4be3ba1430f925cf58a94f1c359d4639;p=thirdparty%2Fvalgrind.git Final bits of jit->vex renaming I missed. git-svn-id: svn://svn.valgrind.org/vex/trunk@53 --- diff --git a/VEX/pub/libvex_basictypes.h b/VEX/pub/libvex_basictypes.h index ca07932dc8..bd0860ac9a 100644 --- a/VEX/pub/libvex_basictypes.h +++ b/VEX/pub/libvex_basictypes.h @@ -1,13 +1,13 @@ /*---------------------------------------------------------------*/ /*--- ---*/ -/*--- This file (libjit_basictypes.h) is ---*/ +/*--- This file (libvex_basictypes.h) is ---*/ /*--- Copyright (c) 2004 OpenWorks LLP. All rights reserved. ---*/ /*--- ---*/ /*---------------------------------------------------------------*/ -#ifndef __LIBJIT_BASICTYPES_H -#define __LIBJIT_BASICTYPES_H +#ifndef __LIBVEX_BASICTYPES_H +#define __LIBVEX_BASICTYPES_H typedef unsigned char UChar; typedef char Char; /* platform-dependent signfulness */ @@ -31,9 +31,9 @@ typedef UInt Addr32; typedef ULong Addr64; -#endif /* ndef __LIBJIT_BASICTYPES_H */ +#endif /* ndef __LIBVEX_BASICTYPES_H */ /*---------------------------------------------------------------*/ -/*--- libjit_basictypes.h ---*/ +/*--- libvex_basictypes.h ---*/ /*---------------------------------------------------------------*/