Search
lxdream.org :: lxdream/src/x86dasm/bfd.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/bfd.h
changeset 755:ab873907b00e
prev362:dc40e2064dc4
author nkeynes
date Tue Oct 14 08:44:37 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix a few more subtle flag problems
file annotate diff log raw
1.1 --- a/src/x86dasm/bfd.h Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/bfd.h Tue Oct 14 08:44:37 2008 +0000
1.3 @@ -35,8 +35,8 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 -#include "ansidecl.h"
1.8 -#include "symcat.h"
1.9 +#include "x86dasm/ansidecl.h"
1.10 +#include "x86dasm/symcat.h"
1.11 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
1.12 #ifndef SABER
1.13 /* This hack is to avoid a problem with some strict ANSI C preprocessors.
.