diff ChangeLog @ 179:b44ab11a64c2 trunk

[svn] - NOOP instruction. What this does is basically takes a slot in a branch of insns, which means "don't do anything at this position".
author nenolod
date Wed, 01 Nov 2006 01:32:26 -0800
parents 62b4e23cb333
children 83d230421dfc
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 01 01:12:03 2006 -0800
+++ b/ChangeLog	Wed Nov 01 01:32:26 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-01 09:12:03 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [356]
+  - add missing declaration
+  
+  trunk/src/paranormal/builtins.c |    1 +
+  1 file changed, 1 insertion(+)
+
+
 2006-11-01 09:11:20 +0000  William Pitcock <nenolod@nenolod.net>
   revision [354]
   - add "Clear Surface" instruction.