aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2012-03-12 23:58:35 -0700
committerPeter Johnson <peter@tortall.net>2012-03-12 23:58:35 -0700
commit82fafa7b5619e702c8681c959ade0746498e3cbc (patch)
tree2a5d84965083250928824a6bf08714ebabec9c4b
parent8770f6073ab373061f68d27b4492d2488ad3f206 (diff)
parent203bc94f398855e95e6d61ff083635cf325699f0 (diff)
downloadyasm-82fafa7b5619e702c8681c959ade0746498e3cbc.tar.gz
Merge pull request #63 from nico/blah
Don't use a C++ comment in a C source file.
-rw-r--r--modules/objfmts/macho/macho-objfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/objfmts/macho/macho-objfmt.c b/modules/objfmts/macho/macho-objfmt.c
index bef564a6..1b009185 100644
--- a/modules/objfmts/macho/macho-objfmt.c
+++ b/modules/objfmts/macho/macho-objfmt.c
@@ -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"));