#line

#line

Description Format

#line Line number  ["file name"]

Overview

Changes the line number and the file name.

You must put a space between the line number and the file name.
Enclose the filename in double quotation marks (""). For the line number, specify an integer that can be expressed as a 32-bit int type. The number must be 1 or greater.
Behavior is undefined for any number outside of this range.
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 \ / : * ? " < > and | symbols.

Code Example

#line 100 "newname.vsh"

Revision History

2011/12/20
Initial version.

CONFIDENTIAL