* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "ltdl.h"
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "yasm-options.h"
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#ifndef WIN32
* (used when compiling the library itself)
*/
-#include "libyasm/util.h"
-#include "libyasm/linemgr.h"
+#include <libyasm/util.h>
+#include <libyasm/linemgr.h>
-#include "libyasm/errwarn.h"
-#include "libyasm/intnum.h"
-#include "libyasm/floatnum.h"
-#include "libyasm/expr.h"
-#include "libyasm/symrec.h"
+#include <libyasm/errwarn.h>
+#include <libyasm/intnum.h>
+#include <libyasm/floatnum.h>
+#include <libyasm/expr.h>
+#include <libyasm/symrec.h>
-#include "libyasm/bytecode.h"
-#include "libyasm/section.h"
+#include <libyasm/bytecode.h>
+#include <libyasm/section.h>
-#include "libyasm/arch.h"
-#include "libyasm/dbgfmt.h"
-#include "libyasm/objfmt.h"
-#include "libyasm/optimizer.h"
-#include "libyasm/parser.h"
-#include "libyasm/preproc.h"
+#include <libyasm/arch.h>
+#include <libyasm/dbgfmt.h>
+#include <libyasm/objfmt.h>
+#include <libyasm/optimizer.h>
+#include <libyasm/parser.h>
+#include <libyasm/preproc.h>
#ifdef YASM_INTERNAL
#ifdef YASM_BC_INTERNAL
-#include "libyasm/bc-int.h"
+#include <libyasm/bc-int.h>
#endif
#ifdef YASM_EXPR_INTERNAL
-#include "libyasm/expr-int.h"
+#include <libyasm/expr-int.h>
#endif
-#include "libyasm/file.h"
-#include "libyasm/hamt.h"
-#include "libyasm/bitvect.h"
+#include <libyasm/file.h>
+#include <libyasm/hamt.h>
+#include <libyasm/bitvect.h>
#endif
#endif
# include <stdarg.h>
#if defined(YASM_LIB_AC_INTERNAL) && defined(HAVE_CONFIG_H)
-# include "libyasm/config.h"
+# include <libyasm/config.h>
#endif
#if !defined(lint) && !defined(NDEBUG)
#endif /*YASM_AUTOCONF_INTERNAL*/
-#include "libyasm/compat-queue.h"
+#include <libyasm/compat-queue.h>
#if defined(YASM_AUTOCONF_INTERNAL) && defined(HAVE_SYS_CDEFS_H)
# include <sys/cdefs.h>
#endif /*YASM_INTERNAL*/
-#include "libyasm/coretype.h"
+#include <libyasm/coretype.h>
-#include "libyasm/valparam.h"
+#include <libyasm/valparam.h>
#endif
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "x86arch.h"
*/
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "x86arch.h"
*/
#define YASM_LIB_INTERNAL
#define YASM_EXPR_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "x86arch.h"
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
#define YASM_EXPR_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
RCSID("$IdPath$");
#include "modules/arch/x86/x86arch.h"
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
#define YASM_EXPR_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
#define YASM_EXPR_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
*/
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
%{
#define YASM_LIB_INTERNAL
#define YASM_EXPR_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
RCSID("$IdPath$");
#ifdef STDC_HEADERS
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
/*@unused@*/ RCSID("$IdPath$");
#include "nasm-parser.h"
* POSSIBILITY OF SUCH DAMAGE.
*/
#define YASM_LIB_INTERNAL
-#include "libyasm.h"
+#include <libyasm.h>
RCSID("$IdPath$");
#include "modules/parsers/nasm/nasm-parser.h"
# include <stdarg.h>
#if defined(YASM_LIB_AC_INTERNAL) && defined(HAVE_CONFIG_H)
-# include "libyasm/config.h"
+# include <libyasm/config.h>
#endif
#if !defined(lint) && !defined(NDEBUG)
#endif /*YASM_AUTOCONF_INTERNAL*/
-#include "libyasm/compat-queue.h"
+#include <libyasm/compat-queue.h>
#if defined(YASM_AUTOCONF_INTERNAL) && defined(HAVE_SYS_CDEFS_H)
# include <sys/cdefs.h>
#endif /*YASM_INTERNAL*/
-#include "libyasm/coretype.h"
+#include <libyasm/coretype.h>
-#include "libyasm/valparam.h"
+#include <libyasm/valparam.h>
#endif