From: paulbarker Date: Thu, 30 Aug 2007 21:27:10 +0000 (-0000) Subject: Tiny documentation fix for recent changes in the preprocessor create() inteface. X-Git-Tag: v0.6.2~5^2~4^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a1230f14e59392db5292888a70913b7a7a4d682;p=yasm Tiny documentation fix for recent changes in the preprocessor create() inteface. svn path=/branches/multiarch/; revision=1924 --- diff --git a/libyasm/preproc.h b/libyasm/preproc.h index 7a161af6..98f56e8f 100644 --- a/libyasm/preproc.h +++ b/libyasm/preproc.h @@ -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.