From: Peter Johnson Date: Sat, 16 Sep 2006 03:20:24 +0000 (-0000) Subject: * preproc.h: Fix prototype naming of yasm_preproc_define_builtin (as this X-Git-Tag: v0.6.0~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d193165c809ad828e6cdb1bcf2e64756f30acd9f;p=yasm * preproc.h: Fix prototype naming of yasm_preproc_define_builtin (as this is a macro, effectively mainly a documentation fix). svn path=/trunk/yasm/; revision=1615 --- diff --git a/libyasm/preproc.h b/libyasm/preproc.h index a4d74906..21ed7ec7 100644 --- a/libyasm/preproc.h +++ b/libyasm/preproc.h @@ -180,7 +180,7 @@ void yasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname); * \param preproc preprocessor * \param macronameval "name=value" string */ -void yasm_preproc_builtin_define(yasm_preproc *preproc, +void yasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval); #ifndef YASM_DOXYGEN