]> granicus.if.org Git - yasm/commitdiff
Don't use a C++ comment in a C source file. 63/head
authorNico Weber <nicolasweber@gmx.de>
Sun, 11 Mar 2012 06:52:34 +0000 (22:52 -0800)
committerNico Weber <nicolasweber@gmx.de>
Sun, 11 Mar 2012 06:52:34 +0000 (22:52 -0800)
modules/objfmts/macho/macho-objfmt.c

index bef564a63c7ef6b387246e7f0c73c9b86d4ca9d0..1b009185d4fa11ea5118817c48094826d2e7d773 100644 (file)
@@ -1498,7 +1498,7 @@ macho_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams,
         msd->flags = flags;
         yasm_section_set_align(retval, align, line);
     } else if (flags_override) {
-        // align is the only value used from overrides.
+        /* align is the only value used from overrides. */
         if (yasm_section_get_align(retval) != align) {
             yasm_warn_set(YASM_WARN_GENERAL,
                           N_("section flags ignored on section redeclaration"));