diff ChangeLog @ 180:83d230421dfc trunk

[svn] - take advantage of the ability to do nothing
author nenolod
date Wed, 01 Nov 2006 01:50:23 -0800
parents b44ab11a64c2
children 156d6c875ef0
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 01 01:32:26 2006 -0800
+++ b/ChangeLog	Wed Nov 01 01:50:23 2006 -0800
@@ -1,3 +1,13 @@
+2006-11-01 09:32:26 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [358]
+  - NOOP instruction. What this does is basically takes a slot in a
+    branch of insns, which means "don't do anything at this position".
+  
+  trunk/src/paranormal/builtins.c |    2 ++
+  trunk/src/paranormal/general.c  |   15 +++++++++++++++
+  2 files changed, 17 insertions(+)
+
+
 2006-11-01 09:12:03 +0000  William Pitcock <nenolod@nenolod.net>
   revision [356]
   - add missing declaration