Author: paultcochrane
Date: Sat Oct 6 04:31:23 2007
New Revision: 21912
Modified:
trunk/src/embed.c
Log:
[core] Converted todo items into RT tickets.
Modified: trunk/src/embed.c
==============================================================================
--- trunk/src/embed.c (original)
+++ trunk/src/embed.c Sat Oct 6 04:31:23 2007
@@ -316,7 +316,7 @@
return NULL;
}
/*
- * TODO check for regular file
+ * RT#46153 check for regular file
*/
program_size = Parrot_stat_info_intval(interp, fs, STAT_FILESIZE);
@@ -439,7 +439,7 @@
close(fd); /* the man page states, it's ok to close a mmaped file */
}
#else
-/* XXX Parrot_exec uses this
+/* RT#46155 Parrot_exec uses this
mem_sys_free(program_code); */
#endif