about summary refs log tree commit diff
path: root/scripts/compiler.py
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-21 18:07:27 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-21 18:07:27 +0000
commit9e4aea97bdb5a903150df57f8d546733ce4b4db2 (patch)
tree7e18776bd7ace981895bca01ac753c9c289a71a5 /scripts/compiler.py
parentf0e8502050ce27b9cef72fa385619d13faa35c27 (diff)
downloadzcatch-9e4aea97bdb5a903150df57f8d546733ce4b4db2.tar.gz
zcatch-9e4aea97bdb5a903150df57f8d546733ce4b4db2.zip
lots of cool new features :D new master server
Diffstat (limited to 'scripts/compiler.py')
-rwxr-xr-xscripts/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compiler.py b/scripts/compiler.py
index 5d90e882..5d6a814a 100755
--- a/scripts/compiler.py
+++ b/scripts/compiler.py
@@ -476,7 +476,7 @@ class translator:
 #include <stdio.h>
 #include <stdlib.h>
 
-void patch_ptr(char **ptr, char *base)
+static void patch_ptr(char **ptr, char *base)
 {
 	*ptr = base+(size_t)(*ptr);
 }