]> granicus.if.org Git - yasm/commitdiff
Tiny documentation fix for recent changes in the preprocessor create() inteface.
authorpaulbarker <paulbarker@localhost>
Thu, 30 Aug 2007 21:27:10 +0000 (21:27 -0000)
committerpaulbarker <paulbarker@localhost>
Thu, 30 Aug 2007 21:27:10 +0000 (21:27 -0000)
svn path=/branches/multiarch/; revision=1924

libyasm/preproc.h

index 7a161af6244ae23ac73e4e26d54245b296e8a758..98f56e8fc3d509708693629c14a42870031bec26 100644 (file)
@@ -56,7 +56,7 @@ typedef struct yasm_preproc_module {
      * Module-level implementation of yasm_preproc_create().
      * Call yasm_preproc_create() instead of calling this function.
      *
-     * \param in_filename       initial starting filename, or NULL to read from
+     * \param in_filename       initial starting filename, or "-" to read from
      *                          stdin
      * \param lm                line mapping repository
      * \param errwarns          error/warnning set.
@@ -110,7 +110,7 @@ typedef struct yasm_preproc_module {
  * The preprocessor needs access to the object format module to find out
  * any output format specific macros.
  * \param module        preprocessor module
- * \param in_filename   initial starting filename, or NULL to read from stdin
+ * \param in_filename   initial starting filename, or "-" to read from stdin
  * \param lm            line mapping repository
  * \param errwarns      error/warning set
  * \return New preprocessor.