Line number is a long (found by lclint).
authorPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 00:02:52 +0000 (00:02 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 00:02:52 +0000 (00:02 -0000)
svn path=/trunk/yasm/; revision=426

libyasm/bc-int.h
src/bc-int.h

index 97ab493d0d2093f2558652b86c8575cdd8bcc1cf..3563d70317044666b3ee3d2427331cb8d77a0299 100644 (file)
@@ -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 */
index 97ab493d0d2093f2558652b86c8575cdd8bcc1cf..3563d70317044666b3ee3d2427331cb8d77a0299 100644 (file)
@@ -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 */