From d193165c809ad828e6cdb1bcf2e64756f30acd9f Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 16 Sep 2006 03:20:24 +0000 Subject: [PATCH] * 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 --- libyasm/preproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0