Merge pull request #63 from nico/blah

Don't use a C++ comment in a C source file.
This commit is contained in:
Peter Johnson 2012-03-12 23:58:35 -07:00
commit 82fafa7b56

View 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"));