]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Final bits of jit->vex renaming I missed.
authorJulian Seward <jseward@acm.org>
Mon, 5 Jul 2004 17:29:08 +0000 (17:29 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 5 Jul 2004 17:29:08 +0000 (17:29 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@53

VEX/pub/libvex_basictypes.h

index ca07932dc8949bb1a5ed675e102ae78620ee496e..bd0860ac9add40b496ac792b77d994734659f059 100644 (file)
@@ -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 ---*/
 /*---------------------------------------------------------------*/