OSDN Git Service

document FILE_STMT
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 00:09:27 +0000 (00:09 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 00:09:27 +0000 (00:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48888 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/doc/c-tree.texi

index e135da3..cbf0196 100644 (file)
@@ -1292,6 +1292,8 @@ This predicate holds if the function an overloaded
 @findex FOR_COND
 @findex FOR_EXPR
 @findex FOR_BODY
+@tindex FILE_STMT
+@findex FILE_STMT_FILENAME
 @tindex GOTO_STMT
 @findex GOTO_DESTINATION
 @findex GOTO_FAKE_P
@@ -1515,6 +1517,11 @@ address is never taken.  (All such objects are interchangeable.)  The
 Used to represent an expression statement.  Use @code{EXPR_STMT_EXPR} to
 obtain the expression.
 
+@item FILE_STMT
+
+Used to record a change in filename within the body of a function.
+Use @code{FILE_STMT_FILENAME} to obtain the new filename.
+
 @item FOR_STMT
 
 Used to represent a @code{for} statement.  The @code{FOR_INIT_STMT} is