1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7    <link rel="stylesheet" href="../css/timetable.css" type="text/css" />
8    <title>#line</title>
9  </head>
10  <body>
11    <h1>#line</h1>
12
13    <h2>Description Format</h2>
14    <div class="section">
15      <pre class="definition">
16#line Line number  [&quot;file name&quot;]
17</pre>
18    </div>
19
20    <h2>Overview</h2>
21    <div class="section">
22      <p>
23        Changes the line number and the file name.<br> <br> You must put a space between the line number and the file name. <br>Enclose the filename in double quotation marks (&quot;&quot;). For the line number, specify an integer that can be expressed as a 32-bit <CODE>int</CODE> type. The number must be 1 or greater. <br> Behavior is undefined for any number outside of this range.<br> For the file name, specify a string of 128 or fewer characters that contains no spaces, using ASCII alphanumeric characters and any symbols other than the \ / : * ? &quot; &lt; &gt; and | symbols. <br> <br>
24      </p>
25    </div>
26
27    <h2>Code Example</h2>
28    <div class="section">
29<pre class="definition">
30#line 100 "newname.vsh"
31</pre>
32    </div>
33
34
35  <h2>Revision History</h2>
36  <div class="section">
37    <dl class="history">
38      <dt>2011/12/20</dt>
39      <dd>Initial version.<br />
40      </dd>
41    </dl>
42  </div>
43
44  <hr><p>CONFIDENTIAL</p></body>
45</html>