From d608c091680989e331b849fac8936a6e493bed43 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 28 Jun 2010 09:39:43 -0700 Subject: Some fixme-to-issue housekeeping. --- src/boot/driver/main.ml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/boot/driver/main.ml') diff --git a/src/boot/driver/main.ml b/src/boot/driver/main.ml index 18416590..61d419e7 100644 --- a/src/boot/driver/main.ml +++ b/src/boot/driver/main.ml @@ -9,7 +9,7 @@ let _ = let (targ:Common.target) = match Sys.os_type with "Unix" -> - (* FIXME: this is an absurd heuristic. *) + (* FIXME (issue #69): this is an absurd heuristic. *) if Sys.file_exists "/System/Library" then MacOS_x86_macho else Linux_x86_elf @@ -26,7 +26,9 @@ let (sess:Session.sess) = Session.sess_out = None; Session.sess_library_mode = false; Session.sess_alt_backend = false; - (* FIXME: need something fancier here for unix sub-flavours. *) + (* FIXME (issue #69): need something fancier here for unix + * sub-flavours. + *) Session.sess_targ = targ; Session.sess_log_lex = false; Session.sess_log_parse = false; -- cgit v1.2.3