[openfirmware] [commit] r2124 - forth/kernel

repository service svn at openfirmware.info
Thu Jan 20 00:25:53 CET 2011


Author: wmb
Date: Thu Jan 20 00:25:52 2011
New Revision: 2124
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2124

Log:
Added fixme: directive to kernel.

Modified:
   forth/kernel/kernel.fth

Modified: forth/kernel/kernel.fth
==============================================================================
--- forth/kernel/kernel.fth	Thu Jan 20 00:25:34 2011	(r2123)
+++ forth/kernel/kernel.fth	Thu Jan 20 00:25:52 2011	(r2124)
@@ -3082,6 +3082,7 @@
 : command: [compile] \ ;
 : in: [compile] \ ;
 : dictionary: [compile] \ ;
+: fixme:  ." FIXME: "  -1 parse type cr  ;
 
 \ From cmdline.fth
 



More information about the openfirmware mailing list