]> granicus.if.org Git - yasm/commitdiff
* preproc.h: Fix prototype naming of yasm_preproc_define_builtin (as this
authorPeter Johnson <peter@tortall.net>
Sat, 16 Sep 2006 03:20:24 +0000 (03:20 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 16 Sep 2006 03:20:24 +0000 (03:20 -0000)
is a macro, effectively mainly a documentation fix).

svn path=/trunk/yasm/; revision=1615

libyasm/preproc.h

index a4d7490682a42a0339531802d038a5e12eaf8a67..21ed7ec73a4b41f62966a9a4436efe5df7fb2700 100644 (file)
@@ -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