From 44a3d08815ac9d7fd17225093747081ad4c71345 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 9 Jan 2002 00:02:52 +0000 Subject: [PATCH] Line number is a long (found by lclint). svn path=/trunk/yasm/; revision=426 --- libyasm/bc-int.h | 2 +- src/bc-int.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libyasm/bc-int.h b/libyasm/bc-int.h index 97ab493d..3563d703 100644 --- a/libyasm/bc-int.h +++ b/libyasm/bc-int.h @@ -59,7 +59,7 @@ struct bytecode { multiple copies), 0 if unknown */ /* where it came from */ - unsigned int line; + unsigned long line; /* other assembler state info */ unsigned long offset; /* 0 if unknown */ diff --git a/src/bc-int.h b/src/bc-int.h index 97ab493d..3563d703 100644 --- a/src/bc-int.h +++ b/src/bc-int.h @@ -59,7 +59,7 @@ struct bytecode { multiple copies), 0 if unknown */ /* where it came from */ - unsigned int line; + unsigned long line; /* other assembler state info */ unsigned long offset; /* 0 if unknown */