mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Merge pull request #63 from nico/blah
Don't use a C++ comment in a C source file.
This commit is contained in:
commit
82fafa7b56
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue