Browse Source

Fix reference to nonexistent flag FO_SKIP_TWINS (should be FO_RETURN_TWINS, reported by hypersonic).

git-svn-id: file:///var/svn/tigccpp/trunk@1237 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 16 years ago
parent
commit
f9a35b9956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tigcc/doc/System/Include/vat.h/SymFindFirst.hsf

+ 1 - 1
tigcc/doc/System/Include/vat.h/SymFindFirst.hsf

@@ -73,7 +73,7 @@ The following flags are defined:
   <TD VALIGN="TOP">FO_SINGLE_FOLDER</TD>
   <TD>Loop through all symbols in the folder identified by <I>SymName</I>,
       but do not return the folder name itself.
-      This flag may be used together with FO_RETURN_FOLDER and FO_SKIP_TWINS,
+      This flag may be used together with FO_RETURN_FOLDER and FO_RETURN_TWINS,
       but not with any other flag.</TD>
 </TR>
 <TR>